Skip to content

Commit

Permalink
upgrade logback due to CVE-2023-6378
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 30, 2023
1 parent 6fa0044 commit 20db12d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-test/kubernetes-api-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.12</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Dependencies {
val log4j2Version = "2.17.2"
val log4j2Slf4j2Version = "2.21.1"
val logbackVersion = "1.2.11"
val logbackSlf4j2Version = "1.3.11"
val logbackSlf4j2Version = "1.3.13"
val slf4j2Version = "2.0.9"

// often called-in transitively with insecure versions of databind / core
Expand Down Expand Up @@ -113,7 +113,7 @@ object Dependencies {
val managementLoglevelsLogbackSlf4j2Overrides = if (Common.testWithSlf4J2) {
Seq(
"org.slf4j" % "slf4j-api" % "2.0.9",
"ch.qos.logback" % "logback-classic" % "1.3.11" % Test)
"ch.qos.logback" % "logback-classic" % "1.3.13" % Test)
} else {
Seq.empty
}
Expand Down

0 comments on commit 20db12d

Please sign in to comment.