We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037f305 commit 6835f23Copy full SHA for 6835f23
examples/fabric-contract-example-as-service/build.gradle
@@ -15,7 +15,7 @@ repositories {
15
dependencies {
16
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6'
17
implementation 'org.json:json:20250517'
18
- testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
19
testImplementation 'org.assertj:assertj-core:3.27.3'
20
testImplementation 'org.mockito:mockito-core:5.18.0'
21
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments