This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit 58a474be5d22da194b4cec66073eceb2af6c763a Author: Thomas Vandahl <t...@apache.org> AuthorDate: Tue Dec 14 10:25:52 2021 +0100 Security patch CVE-2021-44228, update log4j2 to 2.16.0 --- commons-jcs-core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml index f723bb4..19f70f6 100644 --- a/commons-jcs-core/pom.xml +++ b/commons-jcs-core/pom.xml @@ -53,7 +53,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.15.0</version> + <version>2.16.0</version> <optional>true</optional> </dependency> @@ -199,7 +199,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.15.0</version> + <version>2.16.0</version> <scope>test</scope> </dependency> </dependencies>