summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChad Wilson <chadw@thoughtworks.com>2022-09-04 00:18:15 +0800
committerChad Wilson <chadw@thoughtworks.com>2022-09-04 00:18:15 +0800
commit918cd25d37078e37775a20a3d84980c61e0dca88 (patch)
tree81b89cd7b22671f5289b4c3bb3cf5f5a50ccc389 /lib
parent2366075e0fcb01ff92831f9179bc000ec4fbb8c4 (diff)
downloadpsych-918cd25d37078e37775a20a3d84980c61e0dca88.tar.gz
Bump snakeyaml from 1.28 to 1.31
Resolves CVE-2022-25857, among other fixes.
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index 0fdead1..f39d30c 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -5,6 +5,6 @@ module Psych
VERSION = '5.0.0.dev'
if RUBY_ENGINE == 'jruby'
- DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze
+ DEFAULT_SNAKEYAML_VERSION = '1.31'.freeze
end
end