Skip to content

Commit a4d5511

Browse files
Bump assertj and opentelemetry-grpc-1.6 (#459)
- Updates `org.assertj:assertj-core` from 3.27.5 to 3.27.6 - Updates `io.opentelemetry.instrumentation:opentelemetry-grpc-1.6` from 2.20.0-alpha to 2.20.1-alpha Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d001cb4 commit a4d5511

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.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

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.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
}

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.5'
19+
testImplementation 'org.assertj:assertj-core:3.27.6'
2020
testImplementation 'org.mockito:mockito-core:5.20.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.5'
19+
testImplementation 'org.assertj:assertj-core:3.27.6'
2020
testImplementation 'org.mockito:mockito-core:5.20.0'
2121
}
2222

fabric-chaincode-shim/build.gradle

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

6666
sourceSets {

0 commit comments

Comments
 (0)