diff --git a/amber/LICENSE-binary-java b/amber/LICENSE-binary-java index 1838644db5c..7664f97004e 100644 --- a/amber/LICENSE-binary-java +++ b/amber/LICENSE-binary-java @@ -573,7 +573,7 @@ Scala/Java jars: - org.reactivestreams.reactive-streams-1.0.4.jar - org.slf4j.jcl-over-slf4j-1.7.26.jar - org.slf4j.jul-to-slf4j-1.7.26.jar - - org.slf4j.slf4j-api-1.7.26.jar + - org.slf4j.slf4j-api-2.0.18.jar - org.typelevel.cats-core_2.13-2.11.0.jar - org.typelevel.cats-kernel_2.13-2.11.0.jar - org.typelevel.fs2-grpc-runtime_2.13-2.11.0.jar diff --git a/amber/build.sbt b/amber/build.sbt index f87d4adc104..82ad6dc34ae 100644 --- a/amber/build.sbt +++ b/amber/build.sbt @@ -131,7 +131,7 @@ val jacksonVersion = "2.18.8" val mbknorJacksonJsonSchemaDependencies = Seq( "com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion, "javax.validation" % "validation-api" % "2.0.1.Final", - "org.slf4j" % "slf4j-api" % "1.7.26", + "org.slf4j" % "slf4j-api" % "2.0.18", "io.github.classgraph" % "classgraph" % "4.8.184", "ch.qos.logback" % "logback-classic" % "1.2.13" % "test", "com.github.java-json-tools" % "json-schema-validator" % "2.2.14" % "test", diff --git a/build.sbt b/build.sbt index da0dca85a6e..27a697b83c9 100644 --- a/build.sbt +++ b/build.sbt @@ -204,7 +204,7 @@ lazy val WorkflowExecutionService = (project in file("amber")) "com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion, "com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion, "com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion, - "org.slf4j" % "slf4j-api" % "1.7.26", + "org.slf4j" % "slf4j-api" % "2.0.18", "org.eclipse.jetty" % "jetty-server" % "9.4.20.v20190813", "org.eclipse.jetty" % "jetty-servlet" % "9.4.20.v20190813", "org.eclipse.jetty" % "jetty-http" % "9.4.20.v20190813"