diff options
Diffstat (limited to 'maven-archetypes/quickstart')
-rwxr-xr-x | maven-archetypes/quickstart/src/main/resources/archetype-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |