Skip to content

Commit

Permalink
[Java] Upgrade to Guava TestLib 33.3.1-jre.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Sep 28, 2024
1 parent dc10d6f commit b3bf8a2
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 @@ -7,7 +7,7 @@ gradle = "8.10.2"

[libraries]
junit4 = { group = "junit", name = "junit", version = "4.13.2" }
guava = { group = "com.google.guava", name = "guava-testlib", version = "33.3.0-jre" }
guava = { group = "com.google.guava", name = "guava-testlib", version = "33.3.1-jre" }
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.0" }
hamcrest = { group = "org.hamcrest", name = "hamcrest", version = "3.0" }
findbugs = { group = "com.google.code.findbugs", name = "findbugs-annotations", version = "3.0.1" }
Expand Down

0 comments on commit b3bf8a2

Please sign in to comment.