Skip to content

Commit 4de07ad

Browse files
committedMar 17, 2025··
Update dependency org.slf4j:slf4j-simple to v2.0.17
1 parent 4e2d1ce commit 4de07ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎eclipse-store-afs-ibm-cos-demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.slf4j</groupId>
4343
<artifactId>slf4j-simple</artifactId>
44-
<version>2.0.16</version>
44+
<version>2.0.17</version>
4545
</dependency>
4646

4747
<dependency>

‎eclipse-store-afs-ibm-cos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.slf4j</groupId>
105105
<artifactId>slf4j-simple</artifactId>
106-
<version>2.0.16</version>
106+
<version>2.0.17</version>
107107
<scope>test</scope>
108108
</dependency>
109109

0 commit comments

Comments
 (0)
Please sign in to comment.