Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v33.0.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent a5db49d commit 1f1e345
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 @@ -28,7 +28,7 @@ jcodings = { module = "org.jruby.jcodings:jcodings", version = "1.0.58" }
joni = { module = "org.jruby.joni:joni", version = "2.2.1" }
snakeyaml-engine = { module = "org.snakeyaml:snakeyaml-engine", version = "2.2" }
jdt-annotation = { module = "org.eclipse.jdt:org.eclipse.jdt.annotation", version = "2.2.800" }
guava = { module = "com.google.guava:guava", version = "33.0.0-android" }
guava = { module = "com.google.guava:guava", version = "33.0.0-jre" }

tests-google-truth = { module = "com.google.truth:truth", version = "1.2.0" }
tests-robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }
Expand Down

0 comments on commit 1f1e345

Please sign in to comment.