Skip to content

Commit 9b26cdf

Browse files
authored
chore: update log4j dependencies (#513)
1 parent d08ff79 commit 9b26cdf

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,30 @@
124124
<version>4.13.1</version>
125125
<scope>test</scope>
126126
</dependency>
127+
128+
<dependency>
129+
<groupId>org.slf4j</groupId>
130+
<artifactId>slf4j-log4j12</artifactId>
131+
<version>2.0.17</version>
132+
</dependency>
133+
134+
<dependency>
135+
<groupId>org.apache.logging.log4j</groupId>
136+
<artifactId>log4j-api</artifactId>
137+
<version>2.25.3</version>
138+
</dependency>
139+
140+
<dependency>
141+
<groupId>org.apache.logging.log4j</groupId>
142+
<artifactId>log4j-core</artifactId>
143+
<version>2.25.3</version>
144+
</dependency>
145+
146+
<dependency>
147+
<groupId>org.apache.logging.log4j</groupId>
148+
<artifactId>log4j-slf4j-impl</artifactId>
149+
<version>2.25.3</version>
150+
</dependency>
127151
</dependencies>
128152

129153
<build>

server/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,6 @@
1010
</parent>
1111

1212
<dependencies>
13-
<dependency>
14-
<groupId>org.slf4j</groupId>
15-
<artifactId>slf4j-log4j12</artifactId>
16-
<version>2.0.17</version>
17-
</dependency>
18-
<dependency>
19-
<groupId>org.apache.logging.log4j</groupId>
20-
<artifactId>log4j-api</artifactId>
21-
<version>2.25.2</version>
22-
</dependency>
23-
<dependency>
24-
<groupId>org.apache.logging.log4j</groupId>
25-
<artifactId>log4j-core</artifactId>
26-
<version>2.25.2</version>
27-
</dependency>
28-
<dependency>
29-
<groupId>org.apache.logging.log4j</groupId>
30-
<artifactId>log4j-slf4j-impl</artifactId>
31-
<version>2.25.2</version>
32-
</dependency>
3313
<dependency>
3414
<groupId>io.javalin</groupId>
3515
<artifactId>javalin</artifactId>

0 commit comments

Comments
 (0)