From 7f2d5cef2867740616b0743d977b44c82f5e47cb Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 00:24:32 -0500 Subject: [PATCH 1/4] Dependencies: Update sbt-jmh from 0.4.6 to 0.4.7 (#637) Co-authored-by: alexklibisz-scala-steward[bot] <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 73b2f0d0b..d6989ed71 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") +addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From 089200e095ab89a4543f02f36d107d73b2045c1f Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 00:24:55 -0500 Subject: [PATCH 2/4] Dependencies: Update sbt from 1.9.7 to 1.9.8 (#636) Co-authored-by: alexklibisz-scala-steward[bot] <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 331a838c9..63df6ac85 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.7 \ No newline at end of file +sbt.version = 1.9.8 \ No newline at end of file From f7c97f618ff54d6cb052b216aaf08067aaf28482 Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 00:25:23 -0500 Subject: [PATCH 3/4] Dependencies: Update elastic4s-client-esjava from 8.11.3 to 8.11.5 (#635) Co-authored-by: alexklibisz-scala-steward[bot] <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 57293d8de..dd4863548 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ Global / scalaVersion := "2.13.12" lazy val CirceVersion = "0.14.3" lazy val ElasticsearchVersion = "8.11.3" -lazy val Elastic4sVersion = "8.11.3" +lazy val Elastic4sVersion = "8.11.5" lazy val ElastiknnVersion = IO.read(file("version")).strip() lazy val LuceneVersion = "9.8.0" From 77166e1c982a68afcc4055411509fc1e20fba661 Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 05:36:03 +0000 Subject: [PATCH 4/4] Dependencies: Update guava from 32.1.3-jre to 33.0.0-jre (#634) Co-authored-by: alexklibisz-scala-steward[bot] <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dd4863548..f096badb9 100644 --- a/build.sbt +++ b/build.sbt @@ -133,7 +133,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" % "32.1.3-jre", + "com.google.guava" % "guava" % "33.0.0-jre", "com.google.guava" % "failureaccess" % "1.0.2", "org.scalanlp" %% "breeze" % "2.1.0" % Test, "io.circe" %% "circe-parser" % CirceVersion % Test,