Skip to content

Commit 1799915

Browse files
headiusrobertpanzer
authored andcommitted
Update to JRuby 9.4.3.0
JRuby 9.4.3.0 includes an udpated Psych YAML library, which uses SnakeYAML-Engine and avoids several CVEs against the original SnakeYAML. By updating here, downstream users of asciidoctorj will not run into security audit issues. See related issues and PRs: * jruby/jruby#7570 * jruby/jruby#7600 * jruby/jruby#7626 * jruby/jruby#7935
1 parent 088e373 commit 1799915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ext {
6969
guavaVersion = '18.0'
7070
hamcrestVersion = '1.3'
7171
jcommanderVersion = '1.82'
72-
jrubyVersion = '9.4.2.0'
72+
jrubyVersion = '9.4.3.0'
7373
jsoupVersion = '1.14.3'
7474
junitVersion = '4.13.2'
7575
assertjVersion = '3.19.0'

0 commit comments

Comments
 (0)