hyperledger-labs / fabric-builder-k8s

Kubernetes chaincode builder for Hyperledger Fabric
https://labs.hyperledger.org/fabric-builder-k8s/
Apache License 2.0
30 stars 20 forks source link

Bump org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim from 2.4.0 to 2.5.3 in /samples/java-contract #165

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim from 2.4.0 to 2.5.3.

Release notes

Sourced from org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim's releases.

v2.5.3

What's Changed

Full Changelog: https://github.com/hyperledger/fabric-chaincode-java/compare/v2.5.2...v2.5.3

v2.5.2

What's Changed

Full Changelog: https://github.com/hyperledger/fabric-chaincode-java/compare/v2.5.1...v2.5.2

v2.5.1

What's Changed

New Contributors

Full Changelog: https://github.com/hyperledger/fabric-chaincode-java/compare/v2.5.0...v2.5.1

v2.5.0 Java Chaincode

This is the LTS Release of the v2.5 Fabric Chaincode Java. It replaces the previous v2.2 LTS.

  • the default JavaEnv docker image has been moved to use the Eclipse Temurin Java 11 JDK
  • the PurgePrivateData feature is exposed via a new PurgePrivateData API

v2.4.1 Java Chaincode

This release has improved support for Chaincode-as-a-service and no longer requires the custom bootstrap code.

Changelog

Sourced from org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim's changelog.

Changelog

Notable changes in each release are documented on the project's GitHub releases page. Change history from previous releases is retained below.

v2.5.0

Thu Dec 8 09:02:17 GMT 2022

  • 94cfadee Move inactive maintainers to emeritus status
  • 37bebee7 Adjust to using the Temurin JVM
  • 0c9f44fb Basic github actions workflow
  • d15f2cd1 Update pom.xml
  • 1fba41b2 Remove unrequired Maven wrapper directory Update Maven wrapper to latest version
  • 3a2db82d Bump version to 2.5.0
  • 35eabb0a PurgePrivateData
  • 80a36ee4 Swap to using the published fabric-protos libraries
  • dd551979 Update MAINTAINERS.md
  • f25df1b6 Add test for Logger.debug
  • d1d093b4 Regular Maintainece Task
  • 22c722fe Update README.md
  • 2c35c3ed JSONPropertyIgnore only works on getter
  • 02d1485a Change from RocketChat to Discord
  • 5608879e Temporarily remove nightly publish & Fix PR build
  • d13d3070 Fix transaction serializer usage
  • 5388349d Remove the log4j dependency

v2.4.1

Mon Dec 13 11:50:31 GMT 2021

  • bf054cb0 Add a brief example for the -as-a-service
  • f9ada8f5 Chaincode-as-a-service main bootstrap method
Commits
  • 6615ebb Restore Java 8 compatibility (#349)
  • d384208 Back-level ledger API integration test dependency (#344)
  • 3f3443c Update Docker base image version (#343)
  • c1a820f Avoid deprecated usage of Docker action (#342)
  • 19cfb1c Avoid deprecated usage of gradle actions in build (#341)
  • bce2603 Configure scheduled weekly build (#340)
  • 72827bc Move to Bouncy Castle v1.78.
  • 7f6cf32 Address Joda-Time CVE-2024-23080.
  • 0d8fe8f Upgrade the version of JUnit vintage gradle used, again for CVE-2020-15250. (...
  • 0b08b97 Move to latest secure version of JUnit 4 for compilation code. (#332)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
jt-nti commented 2 months ago

@dependabot rebase