Skip to content

Commit

Permalink
test with newer versions of log4j and logback
Browse files Browse the repository at this point in the history
Update Dependencies.scala
  • Loading branch information
pjfanning committed Nov 5, 2023
1 parent 505215d commit 4b4f42c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ object Dependencies {
val awsSdkVersion = "1.12.210"
val jacksonVersion = "2.14.3"

val log4j2Version = "2.17.2"
val logbackVersion = "1.2.11"
val log4j2Version = "2.21.1"
val logbackVersion = "1.3.11"

// often called-in transitively with insecure versions of databind / core
private val jacksonDatabind = Seq(
Expand Down

0 comments on commit 4b4f42c

Please sign in to comment.