Skip to content

Commit

Permalink
Merge pull request #586 from chadlwilson/backport-4-snakeyaml-133
Browse files Browse the repository at this point in the history
backport (4.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 b4bd160 + acbdaf5 commit 2c3708e
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 = '4.0.5'
VERSION = '4.0.6'

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

0 comments on commit 2c3708e

Please sign in to comment.