Skip to content

Commit

Permalink
Update logback-classic from 1.4.8 to 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Aug 7, 2023
1 parent 5f86fcf commit ec7a281
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 @@ -34,7 +34,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.8",
"ch.qos.logback" % "logback-classic" % "1.4.9",
"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 @@ -39,7 +39,7 @@ object Dependencies {

// elasticsearch requires log4j, but we redirect log4j to logback
"org.apache.logging.log4j" % "log4j-to-slf4j" % "2.20.0",
"ch.qos.logback" % "logback-classic" % "1.4.8",
"ch.qos.logback" % "logback-classic" % "1.4.9",
"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 ec7a281

Please sign in to comment.