Skip to content

Commit

Permalink
Merge pull request #73 from sbesson/slf4j-api_2
Browse files Browse the repository at this point in the history
Bump sl4j-api to 2.x
  • Loading branch information
dgault authored Dec 5, 2023
2 parents b2dec43 + eba0d4e commit 33e52e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,22 +160,22 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
<version>2.0.9</version>
</dependency>

<!-- NB: dependency:analyze has false warning about xml-apis:xml-apis. -->

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.9</version>
<version>1.3.13</version>
<optional>true</optional>
</dependency>
<dependency>
<!-- NB: We want this, despite warning from dependency:analyze. -->
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.9</version>
<version>1.3.13</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 33e52e3

Please sign in to comment.