Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 861cea30e -> c88e326e1
Upgrade jackson to 2.4.6 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c88e326e Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c88e326e Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c88e326e Branch: refs/heads/3.0.x-fixes Commit: c88e326e1daefc3c6754de2c78d042a08d90d8d9 Parents: 861cea3 Author: Akitoshi Yoshida <[email protected]> Authored: Wed Oct 21 14:31:14 2015 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Wed Oct 21 14:37:35 2015 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c88e326e/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3b610da..4fd5d8d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -94,7 +94,7 @@ <cxf.httpcomponents.client.version>4.3.5</cxf.httpcomponents.client.version> <cxf.httpcomponents.core.version>4.3.3</cxf.httpcomponents.core.version> <cxf.httpcomponents.core.version.range>[4.3,4.4.0)</cxf.httpcomponents.core.version.range> - <cxf.jackson.version>2.4.1</cxf.jackson.version> + <cxf.jackson.version>2.4.6</cxf.jackson.version> <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version> <cxf.logback.classic.version>1.0.13</cxf.logback.classic.version> <cxf.log4j.version>1.2.17</cxf.log4j.version>
