asciidoctor / asciidoctorj

:coffee: Java bindings for Asciidoctor. Asciidoctor on the JVM!
http://asciidoctor.org
Apache License 2.0
617 stars 172 forks source link

V2.5.x bump jruby to 9.4.2.0 #1216

Closed abelsromero closed 1 year ago

abelsromero commented 1 year ago

Kind of change

Description

What is the goal of this pull request?

Simply bump JRuby to latest. JRuby has fixed some CVEs and while we are unaffected, bumping avoids warnings in users scans.

How does it achieve that?

Bump the jrubyVersion property.

Are there any alternative ways to implement this?

Are there any implications of this pull request? Anything a user must know?

Issue

Closes #1215

Release notes

Please add a corresponding entry to the file CHANGELOG.adoc

robertpanzer commented 1 year ago

Thanks! I somehow though JRuby 9.4.x.x had dropped support for Java 8, but that's obviously not true.