From 3f5c7201da993f07226d5ba5464a9237f0bdbd5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Fri, 30 Jul 2021 12:45:16 +0200 Subject: [PATCH] Tests: Update the default jQuery version from 1.12.4 to 3.6.0 --- tests/lib/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index fff019332..ea44c8d2c 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -1,7 +1,7 @@ ( function() { "use strict"; -var DEFAULT_JQUERY_VERSION = "1.12.4"; +var DEFAULT_JQUERY_VERSION = "3.6.0"; requirejs.config( { paths: { -- 2.39.5