Skip to content

Commit

Permalink
chore: update guava from 33.3.1-jre to 33.4.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-gatling[bot] authored and slandelle committed Dec 18, 2024
1 parent f2d94de commit e07b139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/project/PluginDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object PluginDependencies {
libraryDependencies ++= Seq(
"org.eclipse.jgit" % "org.eclipse.jgit" % "7.1.0.202411261347-r", // sbt-scalafix
"ch.qos.logback" % "logback-core" % "1.5.12", // sbt-sonatype
"com.google.guava" % "guava" % "33.3.1-jre", // sbt-sonatype
"com.google.guava" % "guava" % "33.4.0-jre", // sbt-sonatype
"org.apache.httpcomponents" % "httpclient" % "4.5.14" // sbt-sonatype
)
)
Expand Down

0 comments on commit e07b139

Please sign in to comment.