You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/03/23 07:21:52 UTC

[maven-dist-tool] 02/02: Bump maven-javadoc-plugin from 3.1.1 to 3.2.0

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

slachiewicz pushed a commit to branch plugin-updates
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git

commit 1cb920b1cc8f36014e5a356353b4a0a06bcc6b41
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Mon Mar 16 05:10:43 2020 +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-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 357182c..e34b391 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.1.1</version>
+        <version>3.2.0</version>
       </plugin>
     </plugins>
   </build>