Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 6956126

Browse files
committed
SLF4J 1.7.30 instead of 1.7.21
SLF4J 1.7.30 instead of 1.7.21: http://www.slf4j.org/news.html
1 parent d374bcd commit 6956126

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<properties>
1212
<jettyVersion>9.3.10.v20160621</jettyVersion>
13+
<slf4j.version>1.7.30</slf4j.version>
1314
</properties>
1415

1516
<repositories>
@@ -25,12 +26,12 @@
2526
<dependency>
2627
<groupId>org.slf4j</groupId>
2728
<artifactId>slf4j-api</artifactId>
28-
<version>1.7.21</version>
29+
<version>${slf4j.version}</version>
2930
</dependency>
3031
<dependency>
3132
<groupId>org.slf4j</groupId>
3233
<artifactId>slf4j-log4j12</artifactId>
33-
<version>1.7.21</version>
34+
<version>${slf4j.version}</version>
3435
</dependency>
3536
<dependency>
3637
<groupId>org.eclipse.jetty</groupId>

0 commit comments

Comments
 (0)