Skip to content

Commit 6b95437

Browse files
Update assertj-core from 3.27.3 to 3.27.4 (#444)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ccd64d commit 6b95437

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ subprojects {
6565
testImplementation platform('org.junit:junit-bom:5.13.4')
6666
testImplementation 'org.junit.jupiter:junit-jupiter'
6767
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
68-
testImplementation 'org.assertj:assertj-core:3.27.3'
68+
testImplementation 'org.assertj:assertj-core:3.27.4'
6969
testImplementation 'org.mockito:mockito-core:5.18.0'
7070
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.8'
7171

examples/fabric-contract-example-as-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6'
1717
implementation 'org.json:json:20250517'
1818
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
19-
testImplementation 'org.assertj:assertj-core:3.27.3'
19+
testImplementation 'org.assertj:assertj-core:3.27.4'
2020
testImplementation 'org.mockito:mockito-core:5.18.0'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2222
}

examples/fabric-contract-example-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6'
1717
implementation 'org.json:json:20250517'
1818
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
19-
testImplementation 'org.assertj:assertj-core:3.27.3'
19+
testImplementation 'org.assertj:assertj-core:3.27.4'
2020
testImplementation 'org.mockito:mockito-core:5.18.0'
2121
}
2222

examples/ledger-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6'
1717
implementation 'org.json:json:20250517'
1818
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
19-
testImplementation 'org.assertj:assertj-core:3.27.3'
19+
testImplementation 'org.assertj:assertj-core:3.27.4'
2020
testImplementation 'org.mockito:mockito-core:5.18.0'
2121
}
2222

0 commit comments

Comments
 (0)