aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeid Rashwani <zrashwani@gmail.com>2021-12-13 12:31:03 +0200
committerGitHub <noreply@github.com>2021-12-13 12:31:03 +0200
commita82cb67442f194665ce5333949559c277f28e73b (patch)
tree6500ba28993058eb0273f27f5ab4599b3525d94c
parent5385c7f735d4029105a0decf2f433a0f532f3c65 (diff)
downloadpf4j-a82cb67442f194665ce5333949559c277f28e73b.tar.gz
pf4j-a82cb67442f194665ce5333949559c277f28e73b.zip
Upgrade to Log4j version to 2.15.0 (#478)
-rwxr-xr-xmaven-archetypes/quickstart/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/maven-archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/maven-archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index efda659..62ed64a 100755
--- a/maven-archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/maven-archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -27,7 +27,7 @@
<pf4j.version>{{project.version}}</pf4j.version>
<slf4j.version>1.7.25</slf4j.version>
- <log4j.version>2.13.1</log4j.version>
+ <log4j.version>2.15.0</log4j.version>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index 3e57261..6cbb9b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<maven.compiler.release>8</maven.compiler.release>
<slf4j.version>1.7.30</slf4j.version>
- <log4j.version>2.13.1</log4j.version>
+ <log4j.version>2.15.0</log4j.version>
<asm.version>9.1</asm.version>
<junit.version>5.4.0</junit.version>