diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-05-12 00:48:38 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-05-12 00:48:38 +0200 |
commit | 1be45388176080418aef84f3c98fda2c10fcdc42 (patch) | |
tree | 91f3874bd8f73a47e1afcbebc0bc3e1d2705e3e0 /tests/lib/bootstrap.js | |
parent | ba249efb6bee192d978a2f66eee4c717041f15fd (diff) | |
download | jquery-ui-1be45388176080418aef84f3c98fda2c10fcdc42.tar.gz jquery-ui-1be45388176080418aef84f3c98fda2c10fcdc42.zip |
Build: Add jQuery 3.7.0
Diffstat (limited to 'tests/lib/bootstrap.js')
-rw-r--r-- | tests/lib/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index ea699a1e9..98c17f4d5 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -1,7 +1,7 @@ ( function() { "use strict"; -var DEFAULT_JQUERY_VERSION = "3.6.4"; +var DEFAULT_JQUERY_VERSION = "3.7.0"; requirejs.config( { paths: { |