WICKET-6287 Switch from json.org to open-json - 8.x * Switched to version 1.3 of open-json
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/cc98cb06 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/cc98cb06 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/cc98cb06 Branch: refs/heads/master Commit: cc98cb0675ffbe9be956e33d6b827f4d61f9f3d7 Parents: 4e31944 Author: Tobias Soloschenko <[email protected]> Authored: Mon Dec 5 15:58:32 2016 +0100 Committer: Tobias Soloschenko <[email protected]> Committed: Tue Jan 3 17:45:34 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/cc98cb06/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c8551e9..67b9154 100644 --- a/pom.xml +++ b/pom.xml @@ -449,7 +449,7 @@ <dependency> <groupId>com.tdunning</groupId> <artifactId>json</artifactId> - <version>1.2-SNAPSHOT</version> + <version>1.3</version> <type>jar</type> </dependency> <dependency>
