Update Jackson dependency to 2.9.7 Test JDK 11 build at Buildbot
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0dc8cfb3 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0dc8cfb3 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0dc8cfb3 Branch: refs/heads/WICKET-6563 Commit: 0dc8cfb316fec86b85090d64fb5fcb2a60c92eb3 Parents: 2e447ee Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Thu Sep 27 09:17:22 2018 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Thu Sep 27 09:17:22 2018 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/0dc8cfb3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e205efe..7f0b4a1 100644 --- a/pom.xml +++ b/pom.xml @@ -206,7 +206,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.0</version> + <version>2.9.7</version> <optional>true</optional> </dependency> <dependency>
