Skip to content

Commit

Permalink
Update guava to 33.3.1-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 24, 2024
1 parent 68ae5ad commit d270a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ val buildSettings = Seq(
"io.netty" % "netty-handler" % "4.1.107.Final",
"org.apache.jena" % "jena-core" % "4.6.1",
"com.google.protobuf" % "protobuf-java" % "3.21.10",
"com.google.guava" % "guava" % "33.0.0-jre"
"com.google.guava" % "guava" % "33.3.1-jre"
)
)

Expand Down

0 comments on commit d270a7e

Please sign in to comment.