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/6f728f82 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6f728f82 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6f728f82 Branch: refs/heads/wicket-7.x Commit: 6f728f8246baa1957a54d85416418d9a4fad098e Parents: 25bfd3a 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:45:17 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/6f728f82/testing/wicket-js-tests/Gruntfile.js ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/Gruntfile.js b/testing/wicket-js-tests/Gruntfile.js index 9077624..e116f25 100644 --- a/testing/wicket-js-tests/Gruntfile.js +++ b/testing/wicket-js-tests/Gruntfile.js @@ -117,7 +117,7 @@ module.exports = function(grunt) { urls: [ 'http://localhost:38888/test/js/all.html?1.12.4', 'http://localhost:38888/test/js/all.html?2.2.4', - 'http://localhost:38888/test/js/all.html?3.1.1' + 'http://localhost:38888/test/js/all.html?3.2.0' ] } }, @@ -130,7 +130,7 @@ module.exports = function(grunt) { urls: [ 'http://localhost:38888/test/js/amd.html?1.12.4', 'http://localhost:38888/test/js/amd.html?2.2.4', - 'http://localhost:38888/test/js/amd.html?3.1.1' + 'http://localhost:38888/test/js/amd.html?3.2.0' ] } }
