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

Commit fd06413

Browse files
authored
Merge pull request #46 from corona-warn-app/fix/bump_lob4j_2_17
fix: bump version log4J to 2.17.0
2 parents ddc2a58 + e3c78c8 commit fd06413

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

pom.xml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>app.coronawarn.verification</groupId>
77
<artifactId>cwa-dcc-server</artifactId>
8-
<version>1.0.4-SNAPSHOT</version>
8+
<version>1.0.5-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>cwa-dcc-server</name>
@@ -91,13 +91,7 @@
9191
<groupId>org.liquibase</groupId>
9292
<artifactId>liquibase-core</artifactId>
9393
<version>${liquibase.version}</version>
94-
</dependency>
95-
<dependency>
96-
<groupId>org.apache.logging.log4j</groupId>
97-
<artifactId>log4j-bom</artifactId>
98-
<version>2.16.0</version>
99-
<scope>import</scope>
100-
</dependency>
94+
</dependency>
10195
</dependencies>
10296
</dependencyManagement>
10397

@@ -246,7 +240,18 @@
246240
<artifactId>shedlock-spring</artifactId>
247241
<version>${shedlock.version}</version>
248242
</dependency>
249-
243+
<dependency>
244+
<groupId>org.apache.logging.log4j</groupId>
245+
<artifactId>log4j-api</artifactId>
246+
<version>2.17.0</version>
247+
<scope>compile</scope>
248+
</dependency>
249+
<dependency>
250+
<groupId>org.apache.logging.log4j</groupId>
251+
<artifactId>log4j-to-slf4j</artifactId>
252+
<version>2.17.0</version>
253+
<scope>compile</scope>
254+
</dependency>
250255
</dependencies>
251256

252257
<build>

0 commit comments

Comments
 (0)