Skip to content

Commit

Permalink
Update logback-classic from 1.5.0 to 1.5.2 (#1295)
Browse files Browse the repository at this point in the history
Co-authored-by: David An <[email protected]>
  • Loading branch information
broadbot and davidangb authored Mar 5, 2024
1 parent 45b338d commit 936cb79
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.5.0",
"ch.qos.logback" % "logback-classic" % "1.5.2",
"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.23.0",
"ch.qos.logback" % "logback-classic" % "1.5.0",
"ch.qos.logback" % "logback-classic" % "1.5.2",
"io.sentry" % "sentry-logback" % "7.4.0",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",

Expand Down

0 comments on commit 936cb79

Please sign in to comment.