aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-29 09:29:27 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-29 09:29:27 +0700
commit2b99f81ae8898c0eb330e313dc6462ea978bf8c4 (patch)
tree282a86a644d072dc66d20f9ccd31a3756969f2ee
parent2199b2f4363b6d238fb69b39b0761c9aef02b8d0 (diff)
downloadaspectj-2b99f81ae8898c0eb330e313dc6462ea978bf8c4.tar.gz
aspectj-2b99f81ae8898c0eb330e313dc6462ea978bf8c4.zip
Bump asciidoctor-maven-plugin to 2.2.5
getting rid of JRuby dependency workaround for https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/553 Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-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>