We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430225b commit 3fe5f1dCopy full SHA for 3fe5f1d
examples/ledger-api/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
}
0 commit comments