Skip to content

Commit

Permalink
Update guava to 33.0.0-jre (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 28, 2024
1 parent 02e3138 commit 02e88d2
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 @@ -30,7 +30,7 @@ libraryDependencies ++= Seq(
"org.apache.activemq" % "activemq-client" % activeMqVersion,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.testng" % "testng" % "7.5" % Test,
"com.google.guava" % "guava" % "32.1.3-jre" % Test,
"com.google.guava" % "guava" % "33.0.0-jre" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test,
"ch.qos.logback" % "logback-core" % "1.2.11" % Test
)
Expand Down

0 comments on commit 02e88d2

Please sign in to comment.