File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
fabric-contract-example-as-service
fabric-contract-example-gradle Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ subprojects {
65
65
testImplementation platform(' org.junit:junit-bom:5.13.4' )
66
66
testImplementation ' org.junit.jupiter:junit-jupiter'
67
67
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 '
69
69
testImplementation ' org.mockito:mockito-core:5.18.0'
70
70
testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.8'
71
71
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
implementation ' org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6'
17
17
implementation ' org.json:json:20250517'
18
18
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 '
20
20
testImplementation ' org.mockito:mockito-core:5.18.0'
21
21
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
22
22
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
implementation ' org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6'
17
17
implementation ' org.json:json:20250517'
18
18
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 '
20
20
testImplementation ' org.mockito:mockito-core:5.18.0'
21
21
}
22
22
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
implementation ' org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6'
17
17
implementation ' org.json:json:20250517'
18
18
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 '
20
20
testImplementation ' org.mockito:mockito-core:5.18.0'
21
21
}
22
22
You can’t perform that action at this time.
0 commit comments