Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Fix/Bump Log4j to 2.16 (#255)
Browse files Browse the repository at this point in the history
* Bump Log4J Version to 2.16

* Bump Spring Version to 2.5.7

* bump verification-server version

Co-authored-by: Andreas Scheibal <[email protected]>
  • Loading branch information
mschulte-tsi and ascheibal authored Dec 15, 2021
1 parent 4ecb0ba commit 32735e3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>app.coronawarn.verification</groupId>
<artifactId>cwa-verification-server</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.4-SNAPSHOT</version>
<packaging>jar</packaging>

<name>cwa-verification-server</name>
Expand Down Expand Up @@ -34,7 +34,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- dependencies -->
<spring.boot.version>2.5.4</spring.boot.version>
<spring.boot.version>2.5.7</spring.boot.version>
<spring-security.version>5.3.10.RELEASE</spring-security.version>
<spring.cloud.version>2020.0.4</spring.cloud.version>
<lombok.version>1.18.16</lombok.version>
Expand Down Expand Up @@ -91,6 +91,12 @@
<artifactId>liquibase-core</artifactId>
<version>${liquibase.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>2.16.0</version>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 32735e3

Please sign in to comment.