You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/01 21:36:05 UTC

[logging-log4j-tools] branch release-2.x updated: Bump com.fasterxml.woodstox:woodstox-core 5.0.2 -> 6.2.7.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 60c7ce9  Bump com.fasterxml.woodstox:woodstox-core 5.0.2 -> 6.2.7.
60c7ce9 is described below

commit 60c7ce9855bceccaa0a9842be61ea77a1d3f47e7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 1 16:36:03 2022 -0500

    Bump com.fasterxml.woodstox:woodstox-core 5.0.2 -> 6.2.7.
---
 log4j-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-server/pom.xml b/log4j-server/pom.xml
index 78ac3de..e51da0a 100644
--- a/log4j-server/pom.xml
+++ b/log4j-server/pom.xml
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>com.fasterxml.woodstox</groupId>
       <artifactId>woodstox-core</artifactId>
-      <version>5.0.2</version>
+      <version>6.2.7</version>
     </dependency>
 
     <!-- TEST DEPENDENCIES -->