Skip to content

Commit

Permalink
improve: bump logback library to address CVE-2023-6481
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise authored and Coduz committed May 16, 2024
1 parent 37f0ef8 commit d2ff470
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 @@ -86,7 +86,7 @@
<liquibase.version>3.6.3</liquibase.version>
<log4j-api.version>2.17.1</log4j-api.version>
<log4j2-mock.version>0.0.2</log4j2-mock.version>
<logback.version>1.2.11</logback.version> <!-- Logback 1.3.x requires slf4j 2.x. Logback 1.4.x requires Java 11. See https://logback.qos.ch/dependencies.html-->
<logback.version>1.2.13</logback.version> <!-- Logback 1.3.x requires slf4j 2.x. Logback 1.4.x requires Java 11. See https://logback.qos.ch/dependencies.html-->
<mockito.version>1.10.19</mockito.version>
<netty.version>4.1.100.Final</netty.version>
<netty3.version>3.10.6.Final</netty3.version>
Expand Down

0 comments on commit d2ff470

Please sign in to comment.