Skip to content

Commit 6cf1e8c

Browse files
sikeokaaaime
authored andcommitted
[GWC-1329] Upgrade log4j to 2.24.1 and slf4j to 2.0.16
1 parent 5b73090 commit 6cf1e8c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

geowebcache/azureblob/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
<dependency>
4848
<groupId>org.apache.logging.log4j</groupId>
49-
<artifactId>log4j-slf4j-impl</artifactId>
49+
<artifactId>log4j-slf4j2-impl</artifactId>
5050
</dependency>
5151

5252
<dependency>

geowebcache/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<guava.version>33.2.1-jre</guava.version>
6767
<hamcrest.version>3.0</hamcrest.version>
6868
<jsr305.version>3.0.1</jsr305.version>
69-
<log4j.version>2.17.2</log4j.version>
69+
<log4j.version>2.24.1</log4j.version>
7070
<h2.version>1.1.119</h2.version>
7171
<hsql.version>2.7.1</hsql.version>
7272
<postgresql.version>42.7.3</postgresql.version>
@@ -213,13 +213,13 @@
213213
<!-- bridge slf4j to log4j -->
214214
<dependency>
215215
<groupId>org.apache.logging.log4j</groupId>
216-
<artifactId>log4j-slf4j-impl</artifactId>
216+
<artifactId>log4j-slf4j2-impl</artifactId>
217217
<version>${log4j.version}</version>
218218
</dependency>
219219
<dependency>
220220
<groupId>org.slf4j</groupId>
221221
<artifactId>slf4j-api</artifactId>
222-
<version>1.7.25</version>
222+
<version>2.0.16</version>
223223
</dependency>
224224

225225
<!-- bridge commons-logging to log4j -->

geowebcache/s3storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.logging.log4j</groupId>
59-
<artifactId>log4j-slf4j-impl</artifactId>
59+
<artifactId>log4j-slf4j2-impl</artifactId>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>

0 commit comments

Comments
 (0)