Skip to content

Commit

Permalink
Reverting logback version to 1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
canarycr authored Jul 27, 2024
1 parent e91b9ca commit 3a2d457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,13 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
<version>1.4.12</version>
</dependency>
<!-- CVE fixes -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.14</version>
<version>1.4.12</version>
</dependency>
<!-- CVE fixes -->
<dependency>
Expand Down

0 comments on commit 3a2d457

Please sign in to comment.