Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db0d5d0

Browse files
authoredNov 13, 2024··
Update slf4j monorepo to v2.0.16
1 parent cbbec00 commit db0d5d0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎infinispan-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.slf4j</groupId>
3333
<artifactId>slf4j-simple</artifactId>
34-
<version>2.0.7</version>
34+
<version>2.0.16</version>
3535
</dependency>
3636

3737
<dependency>

‎jakartaee-microprofile-example/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
<dependency>
4343
<groupId>org.slf4j</groupId>
4444
<artifactId>slf4j-reload4j</artifactId>
45-
<version>2.0.12</version>
45+
<version>2.0.16</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.slf4j</groupId>
4949
<artifactId>slf4j-api</artifactId>
50-
<version>2.0.12</version>
50+
<version>2.0.16</version>
5151
</dependency>
5252
<!-- For tests -->
5353
<dependency>

‎pgvector-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.slf4j</groupId>
3939
<artifactId>slf4j-simple</artifactId>
40-
<version>2.0.12</version>
40+
<version>2.0.16</version>
4141
</dependency>
4242

4343
</dependencies>

‎redis-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.slf4j</groupId>
3333
<artifactId>slf4j-simple</artifactId>
34-
<version>2.0.7</version>
34+
<version>2.0.16</version>
3535
</dependency>
3636

3737
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.