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 57c49ca Bump asciidoctor-maven-plugin from 1.5.7 to 2.1.0 (#27)
57c49ca is described below
commit 57c49ca32e54352f1a170f75f32d75a56602dfb8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 19 07:39:51 2021 +0000
Bump asciidoctor-maven-plugin from 1.5.7 to 2.1.0 (#27)
Bumps
[asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin)
from 1.5.7 to 2.1.0.
- [Release
notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases)
-
[Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/master/CHANGELOG.adoc)
-
[Commits](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/asciidoctor-maven-plugin-1.5.7...asciidoctor-maven-plugin-2.1.0)
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 f36302d..a722d47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,7 +321,7 @@
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
- <version>1.5.7</version>
+ <version>2.1.0</version>
</dependency>
</dependencies>
</plugin>