Skip to content

Commit 2c3708e

Browse files
authored
Merge pull request #586 from chadlwilson/backport-4-snakeyaml-133
backport (4.x): Bump snakeyaml from 1.31 to 1.33 to resolve CVE-2022-38752 on JRuby
2 parents b4bd160 + acbdaf5 commit 2c3708e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/psych/versions.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
module Psych
44
# The version of Psych you are using
5-
VERSION = '4.0.5'
5+
VERSION = '4.0.6'
66

77
if RUBY_ENGINE == 'jruby'
8-
DEFAULT_SNAKEYAML_VERSION = '1.31'.freeze
8+
DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze
99
end
1010
end

0 commit comments

Comments
 (0)