Skip to content

Commit 6729330

Browse files
committed
Update to log4j 2.17.0
1 parent 8796292 commit 6729330

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
34

45
<modelVersion>4.0.0</modelVersion>
56

@@ -19,7 +20,7 @@
1920

2021
<properties>
2122
<elasticsearch>7.15.2</elasticsearch>
22-
<log4j>2.16.0</log4j>
23+
<log4j>2.17.0</log4j>
2324
<netty>4.1.65.Final</netty>
2425
<springdata.commons>2.6.1-SNAPSHOT</springdata.commons>
2526
<testcontainers>1.15.3</testcontainers>
@@ -473,7 +474,9 @@
473474
</module>
474475
</checkstyleRules>
475476
<includes>**/*</includes>
476-
<excludes>.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.policy</excludes>
477+
<excludes>
478+
.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.policy
479+
</excludes>
477480
<sourceDirectories>./</sourceDirectories>
478481
</configuration>
479482
</plugin>

0 commit comments

Comments
 (0)