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 Sep 24, 2024
1 parent 09037c4 commit 485981a
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 @@ -28,7 +28,7 @@ libraryDependencies ++= Seq(
"org.apache.activemq" % "activemq-client" % activeMqVersion,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.testng" % "testng" % "7.10.2" % Test,
"com.google.guava" % "guava" % "33.3.0-jre" % Test,
"com.google.guava" % "guava" % "33.3.1-jre" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.8" % Test,
"ch.qos.logback" % "logback-core" % "1.5.8" % Test
)
Expand Down

0 comments on commit 485981a

Please sign in to comment.