Skip to content

Commit be7e929

Browse files
MuthuSundaravadivelMuthu  Sundaravadivel
andauthored
Bump the java group and grpc-bom,junit (#492)
Signed-off-by: Muthu Sundaravadivel <muthu@Muthus-MacBook-Pro.local> Co-authored-by: Muthu Sundaravadivel <muthu@Muthus-MacBook-Pro.local>
1 parent 375361f commit be7e929

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
dependencies {
1616
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.7'
1717
implementation 'org.json:json:20250517'
18-
testImplementation platform('org.junit:junit-bom:6.0.0')
18+
testImplementation platform('org.junit:junit-bom:6.0.1')
1919
testImplementation 'org.junit.jupiter:junit-jupiter'
2020
testImplementation 'org.assertj:assertj-core:3.27.6'
2121
testImplementation 'org.mockito:mockito-core:5.20.0'

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:6.0.0")
21+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
2222
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
2323
}
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
dependencies {
1616
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.7'
1717
implementation 'org.json:json:20250517'
18-
testImplementation platform('org.junit:junit-bom:6.0.0')
18+
testImplementation platform('org.junit:junit-bom:6.0.1')
1919
testImplementation 'org.junit.jupiter:junit-jupiter'
2020
testImplementation 'org.assertj:assertj-core:3.27.6'
2121
testImplementation 'org.mockito:mockito-core:5.20.0'

fabric-chaincode-shim/build.gradle

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

4242
implementation 'org.hyperledger.fabric:fabric-protos:0.3.7'
4343
implementation 'org.bouncycastle:bcpkix-jdk18on:1.82'

0 commit comments

Comments
 (0)