Repository: logging-log4j2 Updated Branches: refs/heads/master 92cd3bd27 -> 5fefa49df
[LOG4J2-1598] Updated Jackson from 2.8.2 to 2.8.3. This comment is still true: POM for jackson-dataformat-xml 2.8.3 depends on woodstox-core 5.0.2. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/5fefa49d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5fefa49d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5fefa49d Branch: refs/heads/master Commit: 5fefa49dfb0c837df54285a0897ed42840d4be42 Parents: 92cd3bd Author: Gary Gregory <[email protected]> Authored: Mon Sep 19 19:15:16 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Mon Sep 19 19:15:16 2016 -0700 ---------------------------------------------------------------------- log4j-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5fefa49d/log4j-core/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index 6630e9f..6142dad 100644 --- a/log4j-core/pom.xml +++ b/log4j-core/pom.xml @@ -87,7 +87,7 @@ <artifactId>jackson-dataformat-xml</artifactId> <optional>true</optional> </dependency> - <!-- POM for jackson-dataformat-xml 2.7.3 depends on woodstox-core 5.0.2 --> + <!-- POM for jackson-dataformat-xml 2.8.3 depends on woodstox-core 5.0.2 --> <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId>
