Update jQuery 3.x to 3.2.1
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d0b8f38f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d0b8f38f Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d0b8f38f Branch: refs/heads/wicket-7.x Commit: d0b8f38ff66344dd7dc1c0cf80565c0a734d9d1c Parents: 14b922c Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Mar 20 23:04:29 2017 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Mar 20 23:05:25 2017 +0100 ---------------------------------------------------------------------- testing/wicket-js-tests/Gruntfile.js | 4 +- .../wicket/resource/jquery/jquery-3.2.0.js | 10244 ---------------- .../wicket/resource/jquery/jquery-3.2.0.min.js | 4 - .../wicket/resource/jquery/jquery-3.2.1.js | 10253 +++++++++++++++++ .../wicket/resource/jquery/jquery-3.2.1.min.js | 4 + 5 files changed, 10259 insertions(+), 10250 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/d0b8f38f/testing/wicket-js-tests/Gruntfile.js ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/Gruntfile.js b/testing/wicket-js-tests/Gruntfile.js index e116f25..aadfcb5 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.2.0' + 'http://localhost:38888/test/js/all.html?3.2.1' ] } }, @@ -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.2.0' + 'http://localhost:38888/test/js/amd.html?3.2.1' ] } }
