Skip to content

Commit

Permalink
Bump log4j-core to 2.16.0 (close #524)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand committed Dec 15, 2021
1 parent 0e53d3e commit 849a243
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import sbt._
object Dependencies {

val resolutionRepos = Seq(
// For some Twitter libs and uaParser utils
// For some Twitter libs and uaParser utils
"Concurrent Maven Repo" at "https://conjars.org/repo",
// For Twitter's util functions
// For Twitter's util functions
"Twitter Maven Repo" at "https://maven.twttr.com/",
// For legacy Snowplow libs
("Snowplow Analytics Maven repo" at "http://maven.snplow.com/releases/").withAllowInsecureProtocol(true)
Expand All @@ -39,7 +39,7 @@ object Dependencies {
val yauaa = "5.23"
val guava = "28.1-jre"
val slf4j = "1.7.26"
val log4j = "2.13.3"
val log4j = "2.16.0" // CVE-2021-44228

val refererParser = "1.1.0"
val maxmindIplookups = "0.7.1"
Expand Down Expand Up @@ -181,4 +181,4 @@ object Dependencies {
val http4sDsl = "org.http4s" %% "http4s-dsl" % V.http4s % Test
val http4sServer = "org.http4s" %% "http4s-blaze-server" % V.http4s % Test
}
}
}

0 comments on commit 849a243

Please sign in to comment.