Skip to content

Commit

Permalink
Revert logback-classic to 1.3.X to work with JDK 8 (#509)
Browse files Browse the repository at this point in the history
revert logback-classic to 1.3.X to work with jdk 8
  • Loading branch information
nkramer44 committed Dec 6, 2023
1 parent 24bf996 commit 3c4a076
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@
<artifactId>jackson-datatype-cryptoconditions</artifactId>
<version>${cryptoconditions.version}</version>
</dependency>
<!-- This is the highest version we can use if we want to support Java 8. See https://logback.qos.ch/download.html -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.12</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down Expand Up @@ -291,7 +292,7 @@
<cryptoconditions.version>1.0.4</cryptoconditions.version>
<jackson.version>2.14.2</jackson.version>
<feign.version>12.3</feign.version>
<slf4j.version>1.7.36</slf4j.version>
<slf4j.version>2.0.7</slf4j.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<guava.version>32.1.1-jre</guava.version>
</properties>
Expand Down

0 comments on commit 3c4a076

Please sign in to comment.