diff --git a/build.gradle b/build.gradle index 35bdc14b..a44d5a83 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ subprojects { testImplementation platform('org.junit:junit-bom:5.13.4') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'org.assertj:assertj-core:3.27.4' + testImplementation 'org.assertj:assertj-core:3.27.5' testImplementation 'org.mockito:mockito-core:5.19.0' testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.8' diff --git a/examples/fabric-contract-example-as-service/build.gradle b/examples/fabric-contract-example-as-service/build.gradle index 2f4c5e97..cdcf3a7a 100644 --- a/examples/fabric-contract-example-as-service/build.gradle +++ b/examples/fabric-contract-example-as-service/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6' implementation 'org.json:json:20250517' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' - testImplementation 'org.assertj:assertj-core:3.27.4' + testImplementation 'org.assertj:assertj-core:3.27.5' testImplementation 'org.mockito:mockito-core:5.19.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' } diff --git a/examples/fabric-contract-example-gradle/build.gradle b/examples/fabric-contract-example-gradle/build.gradle index bfebe01c..5c8fb1d8 100644 --- a/examples/fabric-contract-example-gradle/build.gradle +++ b/examples/fabric-contract-example-gradle/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6' implementation 'org.json:json:20250517' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' - testImplementation 'org.assertj:assertj-core:3.27.4' + testImplementation 'org.assertj:assertj-core:3.27.5' testImplementation 'org.mockito:mockito-core:5.19.0' } diff --git a/examples/ledger-api/build.gradle b/examples/ledger-api/build.gradle index ad54d1d7..a2c119e6 100644 --- a/examples/ledger-api/build.gradle +++ b/examples/ledger-api/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6' implementation 'org.json:json:20250517' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' - testImplementation 'org.assertj:assertj-core:3.27.4' + testImplementation 'org.assertj:assertj-core:3.27.5' testImplementation 'org.mockito:mockito-core:5.19.0' } diff --git a/fabric-chaincode-shim/build.gradle b/fabric-chaincode-shim/build.gradle index b306f5fd..d0fd3530 100644 --- a/fabric-chaincode-shim/build.gradle +++ b/fabric-chaincode-shim/build.gradle @@ -37,7 +37,7 @@ dependencies { } implementation platform('com.google.protobuf:protobuf-bom:4.32.1') implementation platform('io.grpc:grpc-bom:1.75.0') - implementation platform('io.opentelemetry:opentelemetry-bom:1.54.0') + implementation platform('io.opentelemetry:opentelemetry-bom:1.54.1') implementation 'org.hyperledger.fabric:fabric-protos:0.3.7' implementation 'org.bouncycastle:bcpkix-jdk18on:1.82'