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/13 01:01:52 UTC

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

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 fd92777  update log4j2 to latest
fd92777 is described below

commit fd927771422b13dc7ca1ec5b4823e12aa64be0f1
Author: Robert Lazarski <ro...@gmail.com>
AuthorDate: Sun Dec 12 15:01:24 2021 -1000

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

diff --git a/pom.xml b/pom.xml
index 1002acf..65aea49 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.14.1</log4j.version>
+        <log4j.version>2.15.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>