File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
fabric-contract-example-as-service
fabric-contract-example-gradle Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.4 '
68+ testImplementation ' org.assertj:assertj-core:3.27.5 '
6969 testImplementation ' org.mockito:mockito-core:5.19.0'
7070 testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.8'
7171
Original file line number Diff line number Diff 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.4 '
19+ testImplementation ' org.assertj:assertj-core:3.27.5 '
2020 testImplementation ' org.mockito:mockito-core:5.19.0'
2121 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2222}
Original file line number Diff line number Diff 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.4 '
19+ testImplementation ' org.assertj:assertj-core:3.27.5 '
2020 testImplementation ' org.mockito:mockito-core:5.19.0'
2121}
2222
Original file line number Diff line number Diff 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.4 '
19+ testImplementation ' org.assertj:assertj-core:3.27.5 '
2020 testImplementation ' org.mockito:mockito-core:5.19.0'
2121}
2222
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737 }
3838 implementation platform(' com.google.protobuf:protobuf-bom:4.32.1' )
3939 implementation platform(' io.grpc:grpc-bom:1.75.0' )
40- implementation platform(' io.opentelemetry:opentelemetry-bom:1.54.0 ' )
40+ implementation platform(' io.opentelemetry:opentelemetry-bom:1.54.1 ' )
4141
4242 implementation ' org.hyperledger.fabric:fabric-protos:0.3.7'
4343 implementation ' org.bouncycastle:bcpkix-jdk18on:1.82'
You can’t perform that action at this time.
0 commit comments