Skip to content

Commit c429165

Browse files
committed
Bump JRuby to v9.4.5.0
Fixes #553
1 parent 777b2ee commit c429165

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Bug Fixes::
1717

1818
* Fix default value for eruby which caused a fail when using erb templates (#610)
1919
* Fix maven properties not being injected as attributes during site conversion (#656)
20+
* Remove Java 'requires open access' module warning in modern Java versions with JRuby v9.4.5.0 (#553)
2021

2122
Improvements::
2223

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<project.java.version>11</project.java.version>
7878
<project.execution.environment>JavaSE-1.8</project.execution.environment>
7979
<asciidoctorj.version>2.5.10</asciidoctorj.version>
80-
<jruby.version>9.4.2.0</jruby.version>
80+
<jruby.version>9.4.5.0</jruby.version>
8181
<maven.project.version>3.9.1</maven.project.version>
8282
<maven.jacoco.plugin.version>0.8.8</maven.jacoco.plugin.version>
8383
</properties>

0 commit comments

Comments
 (0)