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

Commit

Permalink
Merge pull request #46 from corona-warn-app/fix/bump_lob4j_2_17
Browse files Browse the repository at this point in the history
fix: bump version log4J to 2.17.0
  • Loading branch information
ascheibal authored Dec 22, 2021
2 parents ddc2a58 + e3c78c8 commit fd06413
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 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-dcc-server</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>cwa-dcc-server</name>
Expand Down Expand Up @@ -91,13 +91,7 @@
<groupId>org.liquibase</groupId>
<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>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -246,7 +240,18 @@
<artifactId>shedlock-spring</artifactId>
<version>${shedlock.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>2.17.0</version>
<scope>compile</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit fd06413

Please sign in to comment.