diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 70c360ac2..c64cee706 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -34,7 +34,7 @@ object Dependencies { // TODO: can these move to sbt's dependencyOverrides? "io.netty" % "netty-handler" % nettyV, // netty is needed by the Elasticsearch client at runtime "org.apache.lucene" % "lucene-queryparser" % "6.6.6", // pin to this version; it's the latest compatible with our elasticsearch client - "com.google.guava" % "guava" % "33.0.0-jre", + "com.google.guava" % "guava" % "33.1.0-jre", // END transitive dependency overrides // elasticsearch requires log4j, but we redirect log4j to logback @@ -55,7 +55,7 @@ object Dependencies { "org.broadinstitute.dsde.workbench" %% "workbench-oauth2" % s"0.6-$workbenchLibsHash", "org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-ef83073", "org.broadinstitute.dsde.workbench" %% "workbench-notifications" %s"0.6-$workbenchLibsHash", - "org.databiosphere" % "workspacedataservice-client-okhttp-jakarta" % "0.2.117-SNAPSHOT", + "org.databiosphere" % "workspacedataservice-client-okhttp-jakarta" % "0.2.118-SNAPSHOT", "com.typesafe.akka" %% "akka-actor" % akkaV, "com.typesafe.akka" %% "akka-slf4j" % akkaV, diff --git a/project/plugins.sbt b/project/plugins.sbt index 80458c0a4..14c40aa7a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")