Skip to content

Commit 81a290e

Browse files
authored
Merge pull request #587 from chadlwilson/backport-3-snakeyaml-133
backport (3.x): Bump snakeyaml from 1.31 to 1.33 to resolve CVE-2022-38752 on JRuby
2 parents 78a0517 + 10f99b8 commit 81a290e

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 = '3.3.3'
5+
VERSION = '3.3.4'
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)