Skip to content

Commit

Permalink
[GWC-1329] Upgrade log4j to 2.24.1 and slf4j to 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sikeoka authored and aaime committed Nov 4, 2024
1 parent 5b73090 commit 6cf1e8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion geowebcache/azureblob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions geowebcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<guava.version>33.2.1-jre</guava.version>
<hamcrest.version>3.0</hamcrest.version>
<jsr305.version>3.0.1</jsr305.version>
<log4j.version>2.17.2</log4j.version>
<log4j.version>2.24.1</log4j.version>
<h2.version>1.1.119</h2.version>
<hsql.version>2.7.1</hsql.version>
<postgresql.version>42.7.3</postgresql.version>
Expand Down Expand Up @@ -213,13 +213,13 @@
<!-- bridge slf4j to log4j -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>2.0.16</version>
</dependency>

<!-- bridge commons-logging to log4j -->
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/s3storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6cf1e8c

Please sign in to comment.