Skip to content

Commit

Permalink
Merge pull request #2862 from objectionary/renovate/slf4j-monorepo
Browse files Browse the repository at this point in the history
Update slf4j monorepo to v2.0.12
  • Loading branch information
yegor256 committed Feb 27, 2024
2 parents 4e73ac9 + 39f726a commit 485ff98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eo-maven-plugin/pom.xml
Expand Up @@ -207,7 +207,7 @@ SOFTWARE.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
<scope>provided</scope>
<!-- This dependency must precede jcabi-maven-slf4j in order
to enable configurable Log4j logging during testing -->
Expand Down
4 changes: 2 additions & 2 deletions eo-runtime/pom.xml
Expand Up @@ -41,13 +41,13 @@ SOFTWARE.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -219,7 +219,7 @@ SOFTWARE.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down

0 comments on commit 485ff98

Please sign in to comment.