Skip to content

Commit eadf73e

Browse files
Bump assertj and opentelemtry (#457)
- Updates `org.assertj:assertj-core` from 3.27.4 to 3.27.5 - Updates `io.opentelemetry:opentelemetry-bom` from 1.54.0 to 1.54.1 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1530109 commit eadf73e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/fabric-contract-example-as-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

examples/fabric-contract-example-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/ledger-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

fabric-chaincode-shim/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)