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 2af98a4..5780239 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.17.0</log4j.version>
+ <log4j.version>2.17.1</log4j.version>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index 13771cc..b45020c 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.17.0</log4j.version>
+ <log4j.version>2.17.1</log4j.version>
<asm.version>9.1</asm.version>
<junit.version>5.4.0</junit.version>