Repository: isis Updated Branches: refs/heads/master f6f10e349 -> ff6bead6d
ISIS-1223: updates to Wicket 7.5.0 Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/ac7b458b Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/ac7b458b Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/ac7b458b Branch: refs/heads/master Commit: ac7b458b6921e6e2036bd82f8c52f832ec609728 Parents: f6f10e3 Author: Dan Haywood <[email protected]> Authored: Fri Oct 28 21:12:52 2016 +0200 Committer: Dan Haywood <[email protected]> Committed: Fri Oct 28 21:12:52 2016 +0200 ---------------------------------------------------------------------- core/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/ac7b458b/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 0ba3e7c..6652325 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -139,14 +139,14 @@ <jetty.version>9.3.10.v20160621</jetty.version> - <wicket.version>7.3.0</wicket.version> + <wicket.version>7.5.0</wicket.version> <wicket-webjars.version>0.5.4</wicket-webjars.version> <wicket-bootstrap.version>0.10.10</wicket-bootstrap.version> <wicket-source.version>7.0.0</wicket-source.version> - <wicketstuff.version>7.3.0</wicketstuff.version> - <select2.version>4.0.0-2</select2.version> + <wicketstuff.version>7.5.0</wicketstuff.version> + <select2.version>4.0.2</select2.version> <jquery-ui.version>1.11.4</jquery-ui.version>
