Update jQuery 3.x to 3.2.0 At the moment this version of jQuery is used only in the JS tests
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e4922f1d Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e4922f1d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e4922f1d Branch: refs/heads/master Commit: e4922f1dd7e632de0f5e50824a78f69edeb1a25f Parents: b41a682 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Mar 20 17:42:01 2017 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Mar 20 17:42:01 2017 +0100 ---------------------------------------------------------------------- testing/wicket-js-tests/Gruntfile.js | 4 +- .../wicket/resource/jquery/jquery-3.1.1.js | 10220 ---------------- .../wicket/resource/jquery/jquery-3.1.1.min.js | 4 - .../wicket/resource/jquery/jquery-3.2.0.js | 10244 +++++++++++++++++ .../wicket/resource/jquery/jquery-3.2.0.min.js | 4 + 5 files changed, 10250 insertions(+), 10226 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/e4922f1d/testing/wicket-js-tests/Gruntfile.js ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/Gruntfile.js b/testing/wicket-js-tests/Gruntfile.js index 0a00c67..2d2b816 100644 --- a/testing/wicket-js-tests/Gruntfile.js +++ b/testing/wicket-js-tests/Gruntfile.js @@ -113,7 +113,7 @@ module.exports = function(grunt) { urls: [ 'http://localhost:38887/test/js/all.html?1.12.4', 'http://localhost:38887/test/js/all.html?2.2.4', - 'http://localhost:38887/test/js/all.html?3.1.1' + 'http://localhost:38887/test/js/all.html?3.2.0' ] } }, @@ -126,7 +126,7 @@ module.exports = function(grunt) { urls: [ 'http://localhost:38887/test/js/amd.html?1.12.4', 'http://localhost:38887/test/js/amd.html?2.2.4', - 'http://localhost:38887/test/js/amd.html?3.1.1' + 'http://localhost:38887/test/js/amd.html?3.2.0' ] } }
