aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3fd4a5ff8..99c73736f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -420,7 +420,7 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.2.4</version>
<configuration>
<attributes>
<source-highlighter>coderay</source-highlighter>
@@ -429,6 +429,14 @@
<icons>font</icons>
</attributes>
</configuration>
+ <!-- TODO: Remove dependency after https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/553 fix -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jruby</groupId>
+ <artifactId>jruby</artifactId>
+ <version>9.4.5.0</version>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>
</pluginManagement>