Skip to content

Commit

Permalink
CORE-69: Update logstash-logback-encoder from 6.6 to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Nov 9, 2024
1 parent ab2829d commit 40bab6c
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 @@ -29,7 +29,7 @@ object Dependencies {
"com.fasterxml.jackson.module" % ("jackson-module-scala_" + scalaV) % jacksonV,
"ch.qos.logback" % "logback-classic" % "1.4.5",
"org.slf4j" % "slf4j-api" % "2.0.3",
"net.logstash.logback" % "logstash-logback-encoder" % "6.6",
"net.logstash.logback" % "logstash-logback-encoder" % "8.0",
"com.google.apis" % "google-api-services-oauth2" % "v1-rev112-1.20.0" excludeAll (
ExclusionRule("com.google.guava", "guava-jdk5"),
ExclusionRule("org.apache.httpcomponents", "httpclient")
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object Dependencies {
val jacksonDatabind: ModuleID = "com.fasterxml.jackson.core" % "jackson-databind" % jacksonV
val jacksonCore: ModuleID = "com.fasterxml.jackson.core" % "jackson-core" % jacksonV

val logstashLogback: ModuleID = "net.logstash.logback" % "logstash-logback-encoder" % "6.6"
val logstashLogback: ModuleID = "net.logstash.logback" % "logstash-logback-encoder" % "8.0"
val logbackClassic: ModuleID = "ch.qos.logback" % "logback-classic" % "1.4.14"
val ravenLogback: ModuleID = "com.getsentry.raven" % "raven-logback" % "7.8.6"
val scalaLogging: ModuleID = "com.typesafe.scala-logging" %% "scala-logging" % scalaLoggingV
Expand Down

0 comments on commit 40bab6c

Please sign in to comment.