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.5 '
68+ testImplementation ' org.assertj:assertj-core:3.27.6 '
6969 testImplementation ' org.mockito:mockito-core:5.20.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.5 '
19+ testImplementation ' org.assertj:assertj-core:3.27.6 '
2020 testImplementation ' org.mockito:mockito-core:5.20.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.5 '
19+ testImplementation ' org.assertj:assertj-core:3.27.6 '
2020 testImplementation ' org.mockito:mockito-core:5.20.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.5 '
19+ testImplementation ' org.assertj:assertj-core:3.27.6 '
2020 testImplementation ' org.mockito:mockito-core:5.20.0'
2121}
2222
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
6060 implementation ' io.opentelemetry:opentelemetry-exporter-otlp'
6161 implementation ' io.opentelemetry:opentelemetry-extension-trace-propagators'
6262 implementation ' io.opentelemetry.semconv:opentelemetry-semconv:1.37.0'
63- implementation ' io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:2.20.0 -alpha'
63+ implementation ' io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:2.20.1 -alpha'
6464}
6565
6666sourceSets {
You can’t perform that action at this time.
0 commit comments