Skip to content

Commit ad904e5

Browse files
committed
Update to log4j 2.17.0
1 parent 3695b23 commit ad904e5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: pom.xml

+6-3
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.16.1</elasticsearch>
22-
<log4j>2.16.0</log4j>
23+
<log4j>2.17.0</log4j>
2324
<netty>4.1.65.Final</netty>
2425
<springdata.commons>2.7.0-SNAPSHOT</springdata.commons>
2526
<testcontainers>1.15.3</testcontainers>
@@ -420,7 +421,9 @@
420421
</module>
421422
</checkstyleRules>
422423
<includes>**/*</includes>
423-
<excludes>.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.policy</excludes>
424+
<excludes>
425+
.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.policy
426+
</excludes>
424427
<sourceDirectories>./</sourceDirectories>
425428
</configuration>
426429
</plugin>

0 commit comments

Comments
 (0)