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/594509b0 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/594509b0 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/594509b0 Branch: refs/heads/master Commit: 594509b0b663027b42412db12c0da2772218619f Parents: f39b40d 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 21:42:32 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/594509b0/testing/wicket-js-tests/Gruntfile.js ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/Gruntfile.js b/testing/wicket-js-tests/Gruntfile.js index 0a00c67..9e24d4c 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' ] } }
