Skip to content

Commit

Permalink
Merge pull request guardian#4299 from guardian/dblatcher/logback-vuln…
Browse files Browse the repository at this point in the history
…erabilities

logback vulnerabilities
  • Loading branch information
dblatcher authored Jul 11, 2024
2 parents 977165f + 203ce16 commit f49ccde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ lazy val commonLib = project("common-lib").settings(
"com.gu" %% "thrift-serializer" % "5.0.2",
"org.scalaz.stream" %% "scalaz-stream" % "0.8.6",
"org.im4java" % "im4java" % "1.4.0",
"com.gu" % "kinesis-logback-appender" % "1.4.2",
"com.gu" % "kinesis-logback-appender" % "1.4.4",
"net.logstash.logback" % "logstash-logback-encoder" % "5.0",
"com.typesafe.play" %% "play-logback" % "2.8.20", // needed when running the scripts
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
Expand All @@ -105,7 +105,8 @@ lazy val commonLib = project("common-lib").settings(
"org.yaml" % "snakeyaml" % "1.31",
"org.testcontainers" % "elasticsearch" % "1.19.2" % Test
),
dependencyOverrides += "org.apache.thrift" % "libthrift" % "0.13.0"
dependencyOverrides += "org.apache.thrift" % "libthrift" % "0.13.0",
dependencyOverrides += "ch.qos.logback" % "logback-classic" % "1.2.13" % Test
)

lazy val restLib = project("rest-lib").settings(
Expand Down

0 comments on commit f49ccde

Please sign in to comment.