Skip to content

Commit

Permalink
Merge pull request #802 from scala-steward/update/guava-33.3.1-jre
Browse files Browse the repository at this point in the history
Update guava to 33.3.1-jre
  • Loading branch information
mcmpp authored Oct 28, 2024
2 parents 3f6eb10 + d270a7e commit 008936d
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 008936d

Please sign in to comment.