Skip to content

Commit

Permalink
Revert to older version of logback that is compatible with Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Nov 26, 2024
1 parent ea9f051 commit 17a8cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pepper-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.12</version>
<version>1.3.14</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.12</version>
<version>1.3.14</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 17a8cd7

Please sign in to comment.