You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/11 13:04:52 UTC

[myfaces-tobago] branch tobago-4.x updated: chore(deps): bump maven-javadoc-plugin from 2.9.1 to 3.2.0

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

bommel pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new afaba14  chore(deps): bump maven-javadoc-plugin from 2.9.1 to 3.2.0
afaba14 is described below

commit afaba14863e8324539edbbc2bf02e7e70ab1eb8a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 11 12:55:20 2021 +0000

    chore(deps): bump maven-javadoc-plugin from 2.9.1 to 3.2.0
    
    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 2.9.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-2.9.1...maven-javadoc-plugin-3.2.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d57ac4a..233bf1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.9.1</version>
+        <version>3.2.0</version>
         <!-- XXX mvn site:site is not working with 2.10.4 -->
         <!--<version>2.10.4</version>-->
         <configuration>
@@ -846,7 +846,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.4</version>
+          <version>3.2.0</version>
           <configuration>
             <source>${maven.compile.source}</source>
             <!-- switched off check in Java 8 -->