Skip to content

Commit 2e0dd6f

Browse files
Bump gRPC and OpenTelemetry dependencies (#475)
- Updates `io.grpc:grpc-bom` from 1.75.0 to 1.76.0 - Updates `io.opentelemetry:opentelemetry-bom` from 1.54.1 to 1.55.0 - Updates `io.github.classgraph:classgraph` from 4.8.181 to 4.8.184 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a085213 commit 2e0dd6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:5.13.4")
21+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
2222
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
2323
}
2424

fabric-chaincode-shim/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ dependencies {
3636
}
3737
}
3838
implementation platform('com.google.protobuf:protobuf-bom:4.32.1')
39-
implementation platform('io.grpc:grpc-bom:1.75.0')
40-
implementation platform('io.opentelemetry:opentelemetry-bom:1.54.1')
39+
implementation platform('io.grpc:grpc-bom:1.76.0')
40+
implementation platform('io.opentelemetry:opentelemetry-bom:1.55.0')
4141

4242
implementation 'org.hyperledger.fabric:fabric-protos:0.3.7'
4343
implementation 'org.bouncycastle:bcpkix-jdk18on:1.82'
4444
implementation 'org.bouncycastle:bcprov-jdk18on:1.82'
45-
implementation 'io.github.classgraph:classgraph:4.8.181'
45+
implementation 'io.github.classgraph:classgraph:4.8.184'
4646
implementation 'com.github.erosb:everit-json-schema:1.14.6'
4747
implementation 'org.json:json:20250517'
4848
implementation 'com.google.protobuf:protobuf-java-util'

0 commit comments

Comments
 (0)