Skip to content

Commit 05ee888

Browse files
committed
Last part of the Log4j critical update. Switching to 2.12.3 (Java 7) which fixes this (see https://logging.apache.org/log4j/2.x/security.html)
1 parent 0fcdd8f commit 05ee888

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

modules/cli-module/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -87,23 +87,6 @@
8787
<optional>true</optional>
8888
</dependency>
8989

90-
<!-- Logging -->
91-
<dependency>
92-
<groupId>org.apache.logging.log4j</groupId>
93-
<artifactId>log4j-slf4j-impl</artifactId>
94-
<scope>runtime</scope>
95-
</dependency>
96-
<dependency>
97-
<groupId>org.apache.logging.log4j</groupId>
98-
<artifactId>log4j-api</artifactId>
99-
<scope>runtime</scope>
100-
</dependency>
101-
<dependency>
102-
<groupId>org.apache.logging.log4j</groupId>
103-
<artifactId>log4j-core</artifactId>
104-
<scope>runtime</scope>
105-
</dependency>
106-
10790
<!-- needed for converting the CLI options structure to binary format for quicker CLI startup -->
10891
<dependency>
10992
<groupId>com.esotericsoftware</groupId>
@@ -128,19 +111,16 @@
128111
<dependency>
129112
<groupId>org.apache.logging.log4j</groupId>
130113
<artifactId>log4j-slf4j-impl</artifactId>
131-
<version>2.13.2</version>
132114
<scope>runtime</scope>
133115
</dependency>
134116
<dependency>
135117
<groupId>org.apache.logging.log4j</groupId>
136118
<artifactId>log4j-api</artifactId>
137-
<version>2.13.2</version>
138119
<scope>runtime</scope>
139120
</dependency>
140121
<dependency>
141122
<groupId>org.apache.logging.log4j</groupId>
142123
<artifactId>log4j-core</artifactId>
143-
<version>2.13.2</version>
144124
<scope>runtime</scope>
145125
</dependency>
146126

0 commit comments

Comments
 (0)