aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>