fix(deps): update slf4j monorepo to v2.0.14

This commit is contained in:
renovate[bot] 2024-08-06 22:22:58 +00:00 committed by GitHub
parent bef64d379d
commit 9169af033f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -217,7 +217,7 @@ SOFTWARE.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
<version>2.0.13</version>
<version>2.0.14</version>
<scope>provided</scope>
<!-- This dependency must precede jcabi-maven-slf4j in order
to enable configurable Log4j logging during testing -->

View File

@ -41,13 +41,13 @@ SOFTWARE.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>2.0.13</version>
<version>2.0.14</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<version>2.0.14</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -219,7 +219,7 @@ SOFTWARE.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
<version>2.0.13</version>
<version>2.0.14</version>
</dependency>
<dependency>
<groupId>log4j</groupId>