File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
fabric-contract-example-as-service
fabric-contract-example-gradle-kotlin
fabric-contract-example-gradle Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
1515dependencies {
1616 implementation ' org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.7'
1717 implementation ' org.json:json:20250517'
18- testImplementation platform(' org.junit:junit-bom:6.0.0 ' )
18+ testImplementation platform(' org.junit:junit-bom:6.0.1 ' )
1919 testImplementation ' org.junit.jupiter:junit-jupiter'
2020 testImplementation ' org.assertj:assertj-core:3.27.6'
2121 testImplementation ' org.mockito:mockito-core:5.20.0'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 implementation(" org.json:json:20250517" )
1919 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
2020
21- testImplementation(" org.junit.jupiter:junit-jupiter:6.0.0 " )
21+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.1 " )
2222 testImplementation(" com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" )
2323}
2424
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
1515dependencies {
1616 implementation ' org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.7'
1717 implementation ' org.json:json:20250517'
18- testImplementation platform(' org.junit:junit-bom:6.0.0 ' )
18+ testImplementation platform(' org.junit:junit-bom:6.0.1 ' )
1919 testImplementation ' org.junit.jupiter:junit-jupiter'
2020 testImplementation ' org.assertj:assertj-core:3.27.6'
2121 testImplementation ' org.mockito:mockito-core:5.20.0'
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ dependencies {
3636 }
3737 }
3838 implementation platform(' com.google.protobuf:protobuf-bom:4.33.0' )
39- implementation platform(' io.grpc:grpc-bom:1.76 .0' )
40- implementation platform(' io.opentelemetry:opentelemetry-bom:1.55 .0' )
39+ implementation platform(' io.grpc:grpc-bom:1.77 .0' )
40+ implementation platform(' io.opentelemetry:opentelemetry-bom:1.56 .0' )
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