Skip to content

Commit

Permalink
logback fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jkorri committed Dec 10, 2024
1 parent baf005c commit 02c46cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.11</version>
<version>1.5.7</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.7</version>
</dependency>
<dependency>
<groupId>ch.qos.logback.access</groupId>
Expand Down

0 comments on commit 02c46cf

Please sign in to comment.