Skip to content

Commit 0e49d33

Browse files
committed
[pom] Bump slf4j to 2.0.0 and logback to 1.3.0
1 parent 4ba01b1 commit 0e49d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<dependency>
162162
<groupId>org.slf4j</groupId>
163163
<artifactId>slf4j-api</artifactId>
164-
<version>1.7.36</version>
164+
<version>2.0.0</version>
165165
<optional>true</optional>
166166
</dependency>
167167
<dependency>
@@ -303,7 +303,7 @@
303303
<dependency>
304304
<groupId>ch.qos.logback</groupId>
305305
<artifactId>logback-classic</artifactId>
306-
<version>1.2.11</version>
306+
<version>1.3.0</version>
307307
<scope>test</scope>
308308
</dependency>
309309
<dependency>

0 commit comments

Comments
 (0)