You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2021/12/10 14:12:51 UTC

[directory-fortress-core] branch master updated: FC-299 - Remote code injection in Log4j

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 643ea6e  FC-299 - Remote code injection in Log4j
643ea6e is described below

commit 643ea6e3a9f4cb47b49180d69ffd2d06748cba37
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Fri Dec 10 08:12:44 2021 -0600

    FC-299 - Remote code injection in Log4j
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 719bc0c..62edc95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
     <version.jmeter.core>5.4.1</version.jmeter.core>
     <version.jmeter.java>5.4.1</version.jmeter.java>
     <version.junit>4.13.2</version.junit>
-    <version.log4j>2.14.1</version.log4j>
+    <version.log4j>2.15.0</version.log4j>
     <version.opencsv>2.3</version.opencsv>
     <version.jackson-annotations>2.12.3</version.jackson-annotations>
     <version.jmeter.plugin>1.10.1</version.jmeter.plugin>