Skip to content

Commit

Permalink
Merge pull request #587 from chadlwilson/backport-3-snakeyaml-133
Browse files Browse the repository at this point in the history
backport (3.x): Bump snakeyaml from 1.31 to 1.33 to resolve CVE-2022-38752 on JRuby
  • Loading branch information
headius authored Sep 27, 2022
2 parents 78a0517 + 10f99b8 commit 81a290e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/psych/versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

module Psych
# The version of Psych you are using
VERSION = '3.3.3'
VERSION = '3.3.4'

if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.31'.freeze
DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze
end
end

0 comments on commit 81a290e

Please sign in to comment.