Skip to content

Commit

Permalink
Bump org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim
Browse files Browse the repository at this point in the history
Bumps [org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim](https://github.com/hyperledger/fabric-chaincode-java) from 2.4.0 to 2.5.3.
- [Release notes](https://github.com/hyperledger/fabric-chaincode-java/releases)
- [Changelog](https://github.com/hyperledger/fabric-chaincode-java/blob/main/CHANGELOG.md)
- [Commits](hyperledger/fabric-chaincode-java@v2.4.0...v2.5.3)

---
updated-dependencies:
- dependency-name: org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jt-nti committed Sep 3, 2024
1 parent 8a5e923 commit 92a72a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/java-contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

dependencies {
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.4.0'
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.3'

// Use JUnit Jupiter for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'
Expand Down

0 comments on commit 92a72a5

Please sign in to comment.