This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 3_0_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
commit 6b1ed639411dabc67997f398a997fb0f5994ed7f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 3 09:49:47 2024 +0000
Bump org.asciidoctor:asciidoctor-maven-plugin from 3.1.0 to 3.1.1 (#417)
Bumps
[org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin)
from 3.1.0 to 3.1.1.
- [Release
notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases)
-
[Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/main/CHANGELOG.adoc)
-
[Commits](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/asciidoctor-maven-tools-3.1.0...asciidoctor-maven-tools-3.1.1)
---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5d12f4376..9a9847f0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
- <version>2.2.4</version>
+ <version>3.1.1</version>
</dependency>
</dependencies>
</plugin>