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 2017/10/17 22:19:23 UTC

logging-log4j2 git commit: POM for jackson-dataformat-xml 2.9.1 depends on woodstox-core 5.0.3.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 1196b2950 -> 66e17b6c5


POM for jackson-dataformat-xml 2.9.1 depends on woodstox-core 5.0.3.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/66e17b6c
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/66e17b6c
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/66e17b6c

Branch: refs/heads/master
Commit: 66e17b6c52e4cca2fe5b861171c5c4dadbf7d732
Parents: 1196b29
Author: Gary Gregory <gg...@apache.org>
Authored: Tue Oct 17 16:19:20 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Tue Oct 17 16:19:20 2017 -0600

----------------------------------------------------------------------
 log4j-core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/66e17b6c/log4j-core/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index b90f1fd..dcac408 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -87,11 +87,11 @@
       <artifactId>jackson-dataformat-xml</artifactId>
       <optional>true</optional>
     </dependency>
-    <!-- POM for jackson-dataformat-xml 2.8.3 depends on woodstox-core 5.0.2 -->
+    <!-- POM for jackson-dataformat-xml 2.9.1 depends on woodstox-core 5.0.3 -->
     <dependency>
       <groupId>com.fasterxml.woodstox</groupId>
       <artifactId>woodstox-core</artifactId>
-      <version>5.0.2</version>
+      <version>5.0.3</version>
       <optional>true</optional>
     </dependency>
     <!-- Required for console color support in Windows -->