We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d40e6a commit 1a1135dCopy full SHA for 1a1135d
powertools-logging/powertools-logging-logback/pom.xml
@@ -29,7 +29,7 @@
29
<groupId>ch.qos.logback</groupId>
30
<artifactId>logback-classic</artifactId>
31
<!-- TODO: use 1.4 if we remove JDK 1.8 support -->
32
- <version>1.3.4</version> <!-- v1.3.x compatible with JDK 1.8, v1.4.x only compatible with JDK 11 -->
+ <version>1.5.5</version> <!-- v1.3.x compatible with JDK 1.8, v1.4.x only compatible with JDK 11 -->
33
<scope>provided</scope> <!-- provided to let users change to 1.4.x when using JDK 11 -->
34
<exclusions>
35
<exclusion>
0 commit comments