You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2021/12/14 21:36:20 UTC

[openwebbeans] 01/02: OWB-1396 upgrade to log4j2 2.16.0

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

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

commit e2794b6e9f557991640f5b43da54a5631b630d23
Author: Mark Struberg <st...@apache.org>
AuthorDate: Tue Dec 14 22:01:07 2021 +0100

    OWB-1396 upgrade to log4j2 2.16.0
---
 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 e7ba50e..b53df1d 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.15.0</version>
+      <version>2.16.0</version>
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>