Skip to content

Commit

Permalink
Update guava to 33.3.1-jre (#1503)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Sep 29, 2024
1 parent 14c5d76 commit e4f4174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ object Dependencies {
val commonsIo = "commons-io" % "commons-io" % "2.17.0" % Test
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1" % Test
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.27.1" % Test
val guava = "com.google.guava" % "guava" % "33.3.0-jre" % Test
val guava = "com.google.guava" % "guava" % "33.3.1-jre" % Test
val junit = "junit" % "junit" % junitVersion % Test
val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version % Test
val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test
Expand Down

0 comments on commit e4f4174

Please sign in to comment.