Skip to content

Commit

Permalink
Update logback to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Jul 12, 2024
1 parent c7a0a61 commit 7b11c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.11</version>
<version>1.5.6</version>
</dependency>

<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-core -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.11</version>
<version>1.5.6</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 7b11c33

Please sign in to comment.