Skip to content

Commit 9113a5a

Browse files
Bump org.junit.jupiter:junit-jupiter (#414)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fe5f1d commit 9113a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6'
1717
implementation 'org.json:json:20250517'
18-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
18+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
1919
testImplementation 'org.assertj:assertj-core:3.27.3'
2020
testImplementation 'org.mockito:mockito-core:5.18.0'
2121
}

0 commit comments

Comments
 (0)