You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2021/12/29 12:35:40 UTC

[db-jdo] branch 3.2 updated: JDO-800: update Log4j version to 2.17.1 because of CVE-2021-44832

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

mbo pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new bebe4d1  JDO-800: update Log4j version to 2.17.1 because of CVE-2021-44832
bebe4d1 is described below

commit bebe4d1015c494fb2e856edd5e54943fbd4cc830
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Wed Dec 29 13:35:27 2021 +0100

    JDO-800: update Log4j version to 2.17.1 because of CVE-2021-44832
---
 tck/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tck/pom.xml b/tck/pom.xml
index 9a44d76..e152bbd 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -218,17 +218,17 @@
                 <dependency>
                     <groupId>org.apache.logging.log4j</groupId>
                     <artifactId>log4j-api</artifactId>
-                    <version>2.17.0</version>
+                    <version>2.17.1</version>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.logging.log4j</groupId>
                     <artifactId>log4j-core</artifactId>
-                    <version>2.17.0</version>
+                    <version>2.17.1</version>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.logging.log4j</groupId>
                     <artifactId>log4j-jcl</artifactId>
-                    <version>2.17.0</version>
+                    <version>2.17.1</version>
                 </dependency>
                 <dependency>
                     <!-- License: CDDL + GPLv2 with classpath exception https://github.com/javaee/javax.annotation/blob/master/LICENSE -->