Repository: syncope Updated Branches: refs/heads/master 534201b3c -> 53afc1308
Upgrading Jackson Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/53afc130 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/53afc130 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/53afc130 Branch: refs/heads/master Commit: 53afc1308426d2ea5529c98c7f787305f9f27bfa Parents: 534201b Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Jan 19 15:17:47 2016 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Jan 19 15:17:47 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/53afc130/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 05d0a10..8c8a719 100644 --- a/pom.xml +++ b/pom.xml @@ -335,7 +335,7 @@ under the License. com.fasterxml.jackson.databind.type.TypeFactory.constructType(Type, Class<?>) which was removed in 2.7.0 See https://github.com/swagger-api/swagger-core/issues/1601 --> - <jackson.version>2.6.4</jackson.version> + <jackson.version>2.6.5</jackson.version> <spring.version>4.2.4.RELEASE</spring.version> <spring-security.version>4.0.3.RELEASE</spring-security.version>
