Skip to content

Commit e077926

Browse files
Updated dependencies log4j
1 parent c466c68 commit e077926

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

pom.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
4747

4848
<!-- Packages. -->
49-
<mapcode.version>2.4.14</mapcode.version>
50-
<log4j.version>1.2.17</log4j.version>
51-
<slf4j.version>1.7.25</slf4j.version>
49+
<mapcode.version>2.4.16</mapcode.version>
50+
<log4j.version>2.17.0</log4j.version>
51+
<slf4j.version>1.7.30</slf4j.version>
5252
</properties>
5353

5454
<build>
@@ -75,8 +75,14 @@
7575
</dependency>
7676

7777
<dependency>
78-
<groupId>log4j</groupId>
79-
<artifactId>log4j</artifactId>
78+
<groupId>org.apache.logging.log4j</groupId>
79+
<artifactId>log4j-api</artifactId>
80+
<version>${log4j.version}</version>
81+
</dependency>
82+
83+
<dependency>
84+
<groupId>org.apache.logging.log4j</groupId>
85+
<artifactId>log4j-core</artifactId>
8086
<version>${log4j.version}</version>
8187
</dependency>
8288

0 commit comments

Comments
 (0)