Skip to content

Commit

Permalink
Update slf4j monorepo to v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent a906ca9 commit 4872552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion displaytag-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
4 changes: 2 additions & 2 deletions displaytag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4872552

Please sign in to comment.