Skip to content

Commit

Permalink
Update logback-classic from 1.4.11 to 1.4.14 (#1251)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Ladieu <[email protected]>
  • Loading branch information
broadbot and jladieu authored Dec 4, 2023
1 parent e97a85f commit 995acf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Dependencies {
val rootDependencies: Seq[ModuleID] = Seq(
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonV,
"net.virtual-void" %% "json-lenses" % "0.6.2" % "test",
"ch.qos.logback" % "logback-classic" % "1.4.11",
"ch.qos.logback" % "logback-classic" % "1.4.14",
"com.typesafe.akka" %% "akka-http-core" % akkaHttpV,
"com.typesafe.akka" %% "akka-stream-testkit" % akkaV,
"com.typesafe.akka" %% "akka-http" % akkaHttpV,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object Dependencies {

// elasticsearch requires log4j, but we redirect log4j to logback
"org.apache.logging.log4j" % "log4j-to-slf4j" % "2.22.0",
"ch.qos.logback" % "logback-classic" % "1.4.11",
"ch.qos.logback" % "logback-classic" % "1.4.14",
"com.getsentry.raven" % "raven-logback" % "8.0.3", // TODO: this should be io.sentry / sentry-logback instead
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",

Expand Down

0 comments on commit 995acf9

Please sign in to comment.