This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new aaafabfa0d KARAF-7986: Upgrade to asciidoctor-maven-plugin 3.2.0
(#1969)
aaafabfa0d is described below
commit aaafabfa0dc37214472f4e3f54a0b1ddb1284876
Author: JB Onofré <[email protected]>
AuthorDate: Sat Jul 26 06:56:12 2025 +0200
KARAF-7986: Upgrade to asciidoctor-maven-plugin 3.2.0 (#1969)
---
manual/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manual/pom.xml b/manual/pom.xml
index 3d130e8f6c..17a09f8b06 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -213,7 +213,7 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.2.0</version>
<executions>
<execution>
<id>output-html</id>