Skip to content

Commit

Permalink
Merge pull request #286 from hazendaz/renovate/slf4j-monorepo
Browse files Browse the repository at this point in the history
Update slf4j monorepo to v2.0.14
  • Loading branch information
hazendaz authored Aug 7, 2024
2 parents 4c04932 + f1c64d6 commit 2b8f449
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -528,31 +528,31 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>2.0.13</version>
<version>2.0.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>2.0.13</version>
<version>2.0.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>2.0.13</version>
<version>2.0.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<version>2.0.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
<version>2.0.13</version>
<version>2.0.14</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2b8f449

Please sign in to comment.