aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 5a62b005e..d06933fa0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,7 +425,7 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
- <version>2.2.4</version>
+ <version>2.2.5</version>
<configuration>
<attributes>
<source-highlighter>coderay</source-highlighter>
@@ -449,12 +449,6 @@
<artifactId>asciidoctorj-pdf</artifactId>
<version>2.3.10</version>
</dependency>
- <!-- TODO: Remove dependency after https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/553 fix -->
- <dependency>
- <groupId>org.jruby</groupId>
- <artifactId>jruby</artifactId>
- <version>9.4.5.0</version>
- </dependency>
</dependencies>
</plugin>
</plugins>