Skip to content

Commit

Permalink
Bump jQuery version to 3.5.1
Browse files Browse the repository at this point in the history
jQuery version 3.5.0 contains important security updates for a XSS
vulnerability: GHSA-jpcq-cgw6-v4j6
  • Loading branch information
carlosantoniodasilva committed May 8, 2020
1 parent ad3227e commit 90826fd
Show file tree
Hide file tree
Showing 4 changed files with 760 additions and 486 deletions.
2 changes: 1 addition & 1 deletion lib/jquery/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Rails
VERSION = "4.3.5"
JQUERY_VERSION = "1.12.4"
JQUERY_2_VERSION = "2.2.4"
JQUERY_3_VERSION = "3.4.1"
JQUERY_3_VERSION = "3.5.1"
JQUERY_UJS_VERSION = "1.2.2"
end
end

0 comments on commit 90826fd

Please sign in to comment.