Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperledger/fabric-chaincode-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.3
Choose a base ref
...
head repository: hyperledger/fabric-chaincode-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.4
Choose a head ref
  • 3 commits
  • 58 files changed
  • 1 contributor

Commits on Jun 28, 2024

  1. Update maintainer email address (#350)

    Signed-off-by: Mark S. Lewis <[email protected]>
    bestbeforetoday authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7ad1342 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Use Gradle lockfile instead of CycloneDX SBOM for scan (#351)

    A CycloneDX SBOM was generated to allow OSV-Scanner to scan all
    transitive dependencies. A similar result can be achieved using Gradle
    lockfiles, removing the need to use CycloneDX.
    
    Signed-off-by: Mark S. Lewis <[email protected]>
    bestbeforetoday authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a645338 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Update dependencies to address CVE-2024-7254 (#353)

    Also the following dependency changes:
    
    - Remove obsolete JUnit 4.
    - Replace com.github.stefanbirkner:system-rules with
      uk.org.webcompere:system-stubs-jupiter since the former appears not to
      work correctly with JUnit 5.
    - Update versions following v2.5.3 release.
    
    Signed-off-by: Mark S. Lewis <[email protected]>
    bestbeforetoday authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    086f6b5 View commit details
    Browse the repository at this point in the history
Loading