You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/06/14 07:03:14 UTC

[ws-wss4j] 04/06: Updating asciidoctor-maven-plugin to 2.2.2

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit dc611226de558d07ad1eca6cdef653ea5cd32155
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 14 07:56:09 2022 +0100

    Updating asciidoctor-maven-plugin to 2.2.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 87ec827d2..aaf0ffff7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,7 @@
                         <dependency>
                             <groupId>org.asciidoctor</groupId>
                             <artifactId>asciidoctor-maven-plugin</artifactId>
-                            <version>2.1.0</version>
+                            <version>2.2.2</version>
                         </dependency>
                     </dependencies>
                 </plugin>