Skip to content

Commit 95e0448

Browse files
committed
Update Log4J to latest 2.x
(cherry picked from commit 563b384)
1 parent 81b1bbb commit 95e0448

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<jsf.version>2.2.15</jsf.version>
1313
<primefaces.version>7.0</primefaces.version>
1414
<jetty.version>9.4.29.v20200521</jetty.version>
15+
<log4j.version>2.24.2</log4j.version>
1516
</properties>
1617
<dependencies>
1718
<dependency>
@@ -144,17 +145,17 @@
144145
<dependency>
145146
<groupId>org.apache.logging.log4j</groupId>
146147
<artifactId>log4j-api</artifactId>
147-
<version>2.17.1</version>
148+
<version>${log4j.version}</version>
148149
</dependency>
149150
<dependency>
150151
<groupId>org.apache.logging.log4j</groupId>
151152
<artifactId>log4j-core</artifactId>
152-
<version>2.17.1</version>
153+
<version>${log4j.version}</version>
153154
</dependency>
154155
<dependency>
155156
<groupId>org.apache.logging.log4j</groupId>
156157
<artifactId>log4j-slf4j-impl</artifactId>
157-
<version>2.16.0</version>
158+
<version>${log4j.version}</version>
158159
</dependency>
159160
<dependency>
160161
<groupId>org.apache.solr</groupId>

0 commit comments

Comments
 (0)