Skip to content

Commit

Permalink
Bump Asciidoctorj to v2.5.10 & jRuby to v9.4.2.0 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jun 14, 2023
1 parent 6859101 commit b6b0556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co
Bug Fixes::

* Fixed default value for eruby which caused a fail when using erb templates (#610)
* Upgrade Asciidoctorj to v2.5.10 and jRuby to v9.4.2.0 (#647)

Improvements::

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.java.version>1.8</project.java.version>
<project.execution.environment>JavaSE-1.8</project.execution.environment>
<asciidoctorj.version>2.5.7</asciidoctorj.version>
<jruby.version>9.3.8.0</jruby.version>
<asciidoctorj.version>2.5.10</asciidoctorj.version>
<jruby.version>9.4.2.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 b6b0556

Please sign in to comment.