You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ro...@apache.org on 2021/12/16 00:41:43 UTC

[ws-axiom] branch master updated: update log4j2 to latest, now 2.16.0

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

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new c288726  update log4j2 to latest, now 2.16.0
c288726 is described below

commit c28872694fe0bcea7940a2892caa9bbe238f7d89
Author: Robert Lazarski <ro...@gmail.com>
AuthorDate: Wed Dec 15 14:40:46 2021 -1000

    update log4j2 to latest, now 2.16.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 65aea49..91ce58f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,7 @@
         <exam.version>4.13.4</exam.version>
         <slf4j.version>1.7.32</slf4j.version>
         <jetty.version>9.4.43.v20210629</jetty.version>
-        <log4j.version>2.15.0</log4j.version>
+        <log4j.version>2.16.0</log4j.version>
         <groovy.version>3.0.9</groovy.version>
         <jaxbri.version>2.3.5</jaxbri.version>
         <auto-service.version>1.0.1</auto-service.version>