Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-simple to v2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
xdev-renovate committed Aug 9, 2024
1 parent f60c999 commit a45465e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion expiring-limited-cache-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.13</version>
<version>2.0.15</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion expiring-limited-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.13</version>
<version>2.0.15</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a45465e

Please sign in to comment.