Skip to content

Commit a2d5a10

Browse files
committed
Update the jQuery version for scripts that use it
1 parent 0aa67c7 commit a2d5a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class Warnings:
160160

161161

162162
class JQuery:
163-
VER = "3.6.0"
163+
VER = "3.6.3"
164164
MIN_JS = "https://cdn.jsdelivr.net/npm/jquery@%s/dist/jquery.min.js" % VER
165165

166166

0 commit comments

Comments
 (0)