Skip to content

Commit

Permalink
Merge pull request #229 from mybatis/renovate/slf4j-monorepo
Browse files Browse the repository at this point in the history
Update slf4j monorepo to v2.0.13
  • Loading branch information
hazendaz authored Apr 12, 2024
2 parents 8cef79c + 415df92 commit 0eb9a65
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 @@ -81,19 +81,19 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
<version>2.0.13</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.12</version>
<version>2.0.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>2.0.12</version>
<version>2.0.13</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 0eb9a65

Please sign in to comment.