This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git
commit ca308046eb0baaae8b8274aacec899797e24bcca Author: Georg Kallidis <[email protected]> AuthorDate: Sat Dec 11 20:36:58 2021 +0100 Security patch CVE-2021-44228, updte log4j2 to 2.15.0 --- src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index 92297bc..26b6804 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -395,7 +395,7 @@ under the License. <maven.compile.source>1.8</maven.compile.source> <maven.compile.target>1.8</maven.compile.target> <project.build.sourceEncoding>utf-8</project.build.sourceEncoding> - <log4j2.version>2.14.1</log4j2.version> + <log4j2.version>2.15.0</log4j2.version> <mysql.version>8.0.26</mysql.version> <fulcrum.json>2.0.1</fulcrum.json> <fulcrum.intake>2.0.0</fulcrum.intake>
