Skip to content

Commit

Permalink
Update to Guava 32.0.1 (#1282)
Browse files Browse the repository at this point in the history
Just to stay up to date. Also, Guava 32 fully fixed some CVEs:
https://github.com/google/guava/releases/tag/v32.0.0
  • Loading branch information
msridhar authored Jun 27, 2023
1 parent 7f1fa3f commit d56174e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gradle-download-task = "de.undercouch:gradle-download-task:5.3.1"
gradle-errorprone-plugin = "net.ltgt.gradle:gradle-errorprone-plugin:3.0.1"
gradle-spotless-plugin = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
gson = "com.google.code.gson:gson:2.10"
guava = "com.google.guava:guava:31.1-jre"
guava = "com.google.guava:guava:32.0.1-jre"
hamcrest = "org.hamcrest:hamcrest:2.2"
htmlparser = "nu.validator.htmlparser:htmlparser:1.4"
java_cup = "java_cup:java_cup:0.9e"
Expand Down

0 comments on commit d56174e

Please sign in to comment.