Skip to content

Commit d98397e

Browse files
committed
Update SLF4J version
1 parent 633c730 commit d98397e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,18 @@
8484
<dependency>
8585
<groupId>org.slf4j</groupId>
8686
<artifactId>slf4j-api</artifactId>
87-
<version>1.8.0-beta4</version>
87+
<version>2.0.7</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.slf4j</groupId>
9191
<artifactId>slf4j-simple</artifactId>
92-
<version>1.8.0-beta4</version>
92+
<version>2.0.7</version>
9393
<scope>runtime</scope>
9494
</dependency>
9595
<dependency>
9696
<groupId>junit</groupId>
9797
<artifactId>junit</artifactId>
98-
<version>4.13.1</version>
98+
<version>4.13.2</version>
9999
<scope>test</scope>
100100
</dependency>
101101
</dependencies>

0 commit comments

Comments
 (0)