Repository: wicket
Updated Branches:
  refs/heads/master 9e4c97cd6 -> 573fdf573


WICKET-6400 Object with array property fails on NPE when construction JSON 
object


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/573fdf57
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/573fdf57
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/573fdf57

Branch: refs/heads/master
Commit: 573fdf5739fb8a82223b54d551c343687b3aab35
Parents: 9e4c97c
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Sat Jun 24 08:25:14 2017 +0200
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Sat Jun 24 08:25:14 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/573fdf57/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4381f66..ec0b726 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,7 @@
                        <dependency>
                                <groupId>com.github.openjson</groupId>
                                <artifactId>openjson</artifactId>
-                               <version>1.0.6</version>
+                               <version>1.0.7</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>

Reply via email to