Skip to content

Commit

Permalink
WICKET-7073: Update JQuery to 3.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Sep 15, 2023
1 parent 98bddc8 commit c2179be
Show file tree
Hide file tree
Showing 33 changed files with 848 additions and 1,097 deletions.
4 changes: 2 additions & 2 deletions testing/wicket-js-tests/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module.exports = function(grunt) {
all: {
options: {
urls: [
'http://localhost:38887/test/js/all.html?3.6.4'
'http://localhost:38887/test/js/all.html?3.7.1'
]
}
},
Expand All @@ -118,7 +118,7 @@ module.exports = function(grunt) {
amd: {
options: {
urls: [
'http://localhost:38887/test/js/amd.html?3.6.4'
'http://localhost:38887/test/js/amd.html?3.7.1'
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class JQueryResourceReference extends JavaScriptResourceReference
* JQuery ver. 3.x - improves on ver. 2
* <strong>Note</strong>: Might not work with old jQuery plugins!
*/
public static final String VERSION_3 = "jquery/jquery-3.6.4.js";
public static final String VERSION_3 = "jquery/jquery-3.7.1.js";

public static final JQueryResourceReference INSTANCE_1 = new JQueryResourceReference(VERSION_1);
public static final JQueryResourceReference INSTANCE_2 = new JQueryResourceReference(VERSION_2);
Expand Down

This file was deleted.

Loading

0 comments on commit c2179be

Please sign in to comment.