Skip to content

Commit

Permalink
Use logback 1.3.* until JDK 11 is minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Jan 5, 2024
1 parent e8d7f88 commit 15a1e90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@

<properties>
<spring.version>5.3.31</spring.version>
<logback.version>1.3.14</logback.version>

<!-- When bumping minimum JDK version use Spring 6 -->
<!-- When bumping minimum JDK version use Spring 6 (JDK >= 17) and logback 1.4.* (JDK >= 11) -->
<!--<spring.version>6.1.2</spring.version>-->
<!--<logback.version>1.4.14</logback.version>-->
</properties>

<dependencies>
Expand All @@ -46,7 +48,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.11</version>
<version>${logback.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 15a1e90

Please sign in to comment.