Skip to content

Commit 17a8cd7

Browse files
committed
Revert to older version of logback that is compatible with Java 8
1 parent ea9f051 commit 17a8cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pepper-lib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
<dependency>
3333
<groupId>ch.qos.logback</groupId>
3434
<artifactId>logback-classic</artifactId>
35-
<version>1.5.12</version>
35+
<version>1.3.14</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>ch.qos.logback</groupId>
3939
<artifactId>logback-core</artifactId>
40-
<version>1.5.12</version>
40+
<version>1.3.14</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)