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-parent.git
commit e5bbbc0256ff31d878da0283a8fb25d20b604751 Author: Georg Kallidis <[email protected]> AuthorDate: Wed Dec 15 09:34:04 2021 +0100 Update to Log4j2 2.16.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fe9ea6c..9804528 100644 --- a/pom.xml +++ b/pom.xml @@ -616,7 +616,7 @@ <turbine.jacoco.version>0.8.6</turbine.jacoco.version> <turbine.dependency.check.version>6.1.2</turbine.dependency.check.version> <!-- may replace local settings --> - <turbine.log4j2.version>2.15.0</turbine.log4j2.version> + <turbine.log4j2.version>2.16.0</turbine.log4j2.version> <jacoco.skip>false</jacoco.skip> <cobertura.skip>true</cobertura.skip> <!-- disable by default, added profile owasp, which enables it -->
