Skip to content

Commit 90826fd

Browse files
Bump jQuery version to 3.5.1
jQuery version 3.5.0 contains important security updates for a XSS vulnerability: GHSA-jpcq-cgw6-v4j6
1 parent ad3227e commit 90826fd

File tree

4 files changed

+760
-486
lines changed

4 files changed

+760
-486
lines changed

lib/jquery/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Rails
33
VERSION = "4.3.5"
44
JQUERY_VERSION = "1.12.4"
55
JQUERY_2_VERSION = "2.2.4"
6-
JQUERY_3_VERSION = "3.4.1"
6+
JQUERY_3_VERSION = "3.5.1"
77
JQUERY_UJS_VERSION = "1.2.2"
88
end
99
end

0 commit comments

Comments
 (0)