Skip to content

Commit

Permalink
Bump JRuby to v9.4.5.0 (#665)
Browse files Browse the repository at this point in the history
Fixes #553
  • Loading branch information
abelsromero committed Nov 26, 2023
1 parent 777b2ee commit f48b1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Bug Fixes::

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

Improvements::

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<project.java.version>11</project.java.version>
<project.execution.environment>JavaSE-1.8</project.execution.environment>
<asciidoctorj.version>2.5.10</asciidoctorj.version>
<jruby.version>9.4.2.0</jruby.version>
<jruby.version>9.4.5.0</jruby.version>
<maven.project.version>3.9.1</maven.project.version>
<maven.jacoco.plugin.version>0.8.8</maven.jacoco.plugin.version>
</properties>
Expand Down

0 comments on commit f48b1cd

Please sign in to comment.