You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2018/09/27 06:17:59 UTC

wicket git commit: Update Jackson dependency to 2.9.7

Repository: wicket
Updated Branches:
  refs/heads/master 2e447eef6 -> 0dc8cfb31


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/master
Commit: 0dc8cfb316fec86b85090d64fb5fcb2a60c92eb3
Parents: 2e447ee
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Sep 27 09:17:22 2018 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
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>