Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and tassiluca committed Jan 31, 2024
1 parent 15e8d41 commit 2e0690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart-contracts/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fabric-chaincode-shim = "org.hyperledger.fabric-chaincode-java:fabric-chaincode-
genson = "com.owlike:genson:1.6"
json = "org.json:json:20231013"
commons-lang = "org.apache.commons:commons-lang3:3.14.0"
guava = "com.google.guava:guava:32.1.3-jre"
guava = "com.google.guava:guava:33.0.0-jre"
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
assertj-core = "org.assertj:assertj-core:3.25.2"
Expand Down

0 comments on commit 2e0690e

Please sign in to comment.