Skip to content

Commit 9ad1941

Browse files
authored
Merge pull request #585 from chadlwilson/snakeyaml-133
Bump snakeyaml from 1.31 to 1.33 to resolve CVE-2022-38752 on JRuby
2 parents 7b9d10c + 8a761cd commit 9ad1941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/psych/versions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module Psych
55
VERSION = '5.0.0.dev'
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)