Update Wicket to 7.3.0 Also update Wicket Webjars and Wicket Bootstrap
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/08409435 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/08409435 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/08409435 Branch: refs/heads/master Commit: 0840943595cd626846142a856ffd1a8a8e82fce9 Parents: f4697c6 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Thu May 12 22:29:08 2016 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Thu May 12 22:29:08 2016 +0200 ---------------------------------------------------------------------- core/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/08409435/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 6b0c876..c958782 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -139,11 +139,11 @@ <jetty.version>9.3.6.v20151106</jetty.version> - <wicket.version>7.2.0</wicket.version> - <wicketstuff.version>7.2.0</wicketstuff.version> + <wicket.version>7.3.0</wicket.version> + <wicketstuff.version>7.3.0</wicketstuff.version> - <wicket-webjars.version>0.5.3</wicket-webjars.version> - <wicket-bootstrap.version>0.10.6</wicket-bootstrap.version> + <wicket-webjars.version>0.5.4</wicket-webjars.version> + <wicket-bootstrap.version>0.10.7</wicket-bootstrap.version> <wicket-source.version>7.0.0</wicket-source.version> <select2.version>4.0.0-2</select2.version>
