logback update

This commit is contained in:
jstaerk
2021-12-21 15:36:17 +01:00
parent 54c51f113a
commit 311a0ee64f
2 changed files with 10 additions and 2 deletions

View File

@@ -47,12 +47,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.9</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.3</version>
<version>1.2.9</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.googlecode.slf4j-maven-plugin-log/slf4j-maven-plugin-log -->
<dependency>