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 version 2.17.0 (#256)
Browse files Browse the repository at this point in the history
* fix: bump log4j version 2.17.0

* bump artefact version
  • Loading branch information
ascheibal authored Dec 21, 2021
1 parent 0d238d8 commit 97e8e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.5-SNAPSHOT</version>
<version>1.5.6-SNAPSHOT</version>
<packaging>jar</packaging>

<name>cwa-verification-server</name>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
<scope>import</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 97e8e69

Please sign in to comment.