Skip to content

Commit

Permalink
Dependencies: Update guava from 33.2.1-jre to 33.3.0-jre (#729)
Browse files Browse the repository at this point in the history
Co-authored-by: alexklibisz-scala-steward[bot] <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
alexklibisz-scala-steward[bot] authored Sep 6, 2024
1 parent aa6e3a3 commit 0ae2ae9
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 @@ -127,7 +127,7 @@ lazy val `elastiknn-plugin` = project
elasticsearchPluginRunSettings += "elastiknn.jdk-incubator-vector.enabled=true",
elasticsearchPluginEsJavaOpts += "--add-modules jdk.incubator.vector",
libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "33.2.1-jre",
"com.google.guava" % "guava" % "33.3.0-jre",
"com.google.guava" % "failureaccess" % "1.0.2",
"org.scalanlp" %% "breeze" % "2.1.0" % Test,
"io.circe" %% "circe-parser" % CirceVersion % Test,
Expand Down

0 comments on commit 0ae2ae9

Please sign in to comment.