Skip to content

Commit cf2db71

Browse files
Update dependencies
- Protobuf - gRPC - OpenTelemetry Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 7cae1fa commit cf2db71

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ subprojects {
6666
testImplementation 'org.junit.jupiter:junit-jupiter'
6767
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
6868
testImplementation 'org.assertj:assertj-core:3.27.4'
69-
testImplementation 'org.mockito:mockito-core:5.18.0'
69+
testImplementation 'org.mockito:mockito-core:5.19.0'
7070
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.8'
7171

7272
testImplementation 'org.hamcrest:hamcrest-library:3.0'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation 'org.json:json:20250517'
1818
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
1919
testImplementation 'org.assertj:assertj-core:3.27.4'
20-
testImplementation 'org.mockito:mockito-core:5.18.0'
20+
testImplementation 'org.mockito:mockito-core:5.19.0'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2222
}
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation 'org.json:json:20250517'
1818
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
1919
testImplementation 'org.assertj:assertj-core:3.27.4'
20-
testImplementation 'org.mockito:mockito-core:5.18.0'
20+
testImplementation 'org.mockito:mockito-core:5.19.0'
2121
}
2222

2323
shadowJar {

examples/ledger-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation 'org.json:json:20250517'
1818
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
1919
testImplementation 'org.assertj:assertj-core:3.27.4'
20-
testImplementation 'org.mockito:mockito-core:5.18.0'
20+
testImplementation 'org.mockito:mockito-core:5.19.0'
2121
}
2222

2323
shadowJar {

fabric-chaincode-shim/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
plugins {
88
id 'maven-publish'
99
id 'signing'
10-
id 'org.jreleaser' version '1.19.0'
10+
id 'org.jreleaser' version '1.20.0'
1111
id 'jacoco'
1212
id 'pmd'
1313
}
@@ -35,9 +35,9 @@ dependencies {
3535
because('CVE-2025-48924')
3636
}
3737
}
38-
implementation platform('com.google.protobuf:protobuf-bom:4.31.1')
39-
implementation platform('io.grpc:grpc-bom:1.74.0')
40-
implementation platform('io.opentelemetry:opentelemetry-bom:1.52.0')
38+
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.0')
4141

4242
implementation 'org.hyperledger.fabric:fabric-protos:0.3.7'
4343
implementation 'org.bouncycastle:bcpkix-jdk18on:1.81'
@@ -53,14 +53,14 @@ dependencies {
5353
testImplementation 'io.grpc:grpc-inprocess'
5454

5555
implementation 'io.opentelemetry:opentelemetry-api'
56-
implementation 'io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha'
56+
implementation 'io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha'
5757
implementation 'io.opentelemetry:opentelemetry-sdk'
5858
implementation 'io.opentelemetry:opentelemetry-sdk-extension-autoconfigure'
5959
implementation 'io.opentelemetry:opentelemetry-sdk-trace'
6060
implementation 'io.opentelemetry:opentelemetry-exporter-otlp'
6161
implementation 'io.opentelemetry:opentelemetry-extension-trace-propagators'
62-
implementation 'io.opentelemetry.semconv:opentelemetry-semconv:1.34.0'
63-
implementation 'io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:2.18.1-alpha'
62+
implementation 'io.opentelemetry.semconv:opentelemetry-semconv'
63+
implementation 'io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:2.20.0-alpha'
6464
}
6565

6666
sourceSets {

0 commit comments

Comments
 (0)