You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by rm...@apache.org on 2022/01/26 17:02:35 UTC

[openwebbeans] branch master updated: upgrade log4j-core to 2.17.1 in webbeans-gradle - no user impact

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

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ccda93  upgrade log4j-core to 2.17.1 in webbeans-gradle - no user impact
8ccda93 is described below

commit 8ccda9326d6c1cb340d48d6a6cbce4390133d8dc
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Wed Jan 26 18:02:33 2022 +0100

    upgrade log4j-core to 2.17.1 in webbeans-gradle - no user impact
---
 webbeans-gradle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webbeans-gradle/pom.xml b/webbeans-gradle/pom.xml
index 15146ab..611c3d6 100644
--- a/webbeans-gradle/pom.xml
+++ b/webbeans-gradle/pom.xml
@@ -57,7 +57,7 @@
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
-      <version>2.16.0</version>
+      <version>2.17.1</version>
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>