Skip to content

Commit

Permalink
Bump Asciidoctorj to v2.5.11 (#689)
Browse files Browse the repository at this point in the history
abelsromero authored Dec 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c0f5d95 commit d7e3f58
Showing 3 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
@@ -21,6 +21,7 @@ Build / Infrastructure::

* Bump AsciidoctorJ to v2.5.10 and jRuby to v9.4.2.0 (#648)
* Use Maven v3.9.2 in CI and wrapper (#659)
* Upgrade Asciidoctorj to v2.5.11 (#689)

== v2.2.4 (2023-05-28)

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@
<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.10</asciidoctorj.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
<jruby.version>9.4.5.0</jruby.version>
<maven.coveralls.plugin.version>4.3.0</maven.coveralls.plugin.version>
<maven.jacoco.plugin.version>0.8.10</maven.jacoco.plugin.version>
2 changes: 1 addition & 1 deletion src/it/spi-registered-log/log-handler/pom.xml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.java.version>1.8</project.java.version>
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
<asciidoctorj.version>2.5.1</asciidoctorj.version>
<asciidoctorj.version>2.5.11</asciidoctorj.version>
</properties>

<build>

0 comments on commit d7e3f58

Please sign in to comment.