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/267e3f51
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/267e3f51
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/267e3f51

Branch: refs/heads/master
Commit: 267e3f5125086d91bbad9f120c3e795176ca3f10
Parents: e9b812c
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:04:29 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/267e3f51/testing/wicket-js-tests/Gruntfile.js
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/Gruntfile.js 
b/testing/wicket-js-tests/Gruntfile.js
index 9c7f733..03d0801 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.2.0'
+                                               
'http://localhost:38887/test/js/all.html?3.2.1'
                                ]
                            }
                        },
@@ -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.2.0'
+                                               
'http://localhost:38887/test/js/amd.html?3.2.1'
                                        ]
                                }
                        }

Reply via email to