Skip to content

Commit

Permalink
[MINOR UPDATE] Upgrade Logback due to CVE fixes (#2971)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jan 1, 2025
1 parent 9fe9f47 commit dbfe84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<license.skip>true</license.skip>
<log4j.version>2.23.1</log4j.version>
<!-- Upgrading logback further breaks JDK 8 build compatibility -->
<logback.version>1.3.14</logback.version>
<logback.version>1.3.15</logback.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.min.version>3.6.3</maven.min.version>
Expand Down

0 comments on commit dbfe84c

Please sign in to comment.