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
The following commit(s) were added to refs/heads/master by this push:
new 45980341b Bump org.asciidoctor:asciidoctor-maven-plugin from 3.1.1 to
3.2.0 (#471)
45980341b is described below
commit 45980341ba009dd72a4c5bc2fba28000e53c20cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 24 09:15:40 2025 +0000
Bump org.asciidoctor:asciidoctor-maven-plugin from 3.1.1 to 3.2.0 (#471)
Bumps
[org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin)
from 3.1.1 to 3.2.0.
- [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.1...asciidoctor-maven-tools-3.2.0)
---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 cc3b74248..a3fffb9f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.2.0</version>
</dependency>
</dependencies>
</plugin>