This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 7182e25 Bump maven-javadoc-plugin from 3.1.1 to 3.2.0
7182e25 is described below
commit 7182e25496bad020aaf79a66c68b62ab81319898
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 1 19:55:28 2021 +0000
Bump maven-javadoc-plugin from 3.1.1 to 3.2.0
Bumps
[maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from
3.1.1 to 3.2.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
-
[Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.1.1...maven-javadoc-plugin-3.2.0)
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7fe7af5..afdbc93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
<plugin.idea.version>2.2.1</plugin.idea.version>
<plugin.install.version>2.5.2</plugin.install.version>
<plugin.jar.version>3.2.0</plugin.jar.version>
- <plugin.javadoc.version>3.1.1</plugin.javadoc.version>
+ <plugin.javadoc.version>3.2.0</plugin.javadoc.version>
<plugin.jxr.version>3.0.0</plugin.jxr.version>
<plugin.project-info-reports.version>3.1.1</plugin.project-info-reports.version>
<plugin.release.version>3.0.0-M1</plugin.release.version>