WICKET-6287 Switch from json.org to open-json - 8.x * Update to open-json 1.6
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/49a486ac Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/49a486ac Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/49a486ac Branch: refs/heads/master Commit: 49a486ac9fb379426b36ee29a8c9101fa818e669 Parents: cc98cb0 Author: Tobias Soloschenko <[email protected]> Authored: Tue Dec 13 07:56:30 2016 +0100 Committer: Tobias Soloschenko <[email protected]> Committed: Tue Jan 3 17:46:03 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/49a486ac/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 67b9154..1b15eac 100644 --- a/pom.xml +++ b/pom.xml @@ -449,7 +449,7 @@ <dependency> <groupId>com.tdunning</groupId> <artifactId>json</artifactId> - <version>1.3</version> + <version>1.6</version> <type>jar</type> </dependency> <dependency>
