You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2023/02/20 12:57:27 UTC

[myfaces-master-pom] branch main updated: Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#75)

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

melloware pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-master-pom.git


The following commit(s) were added to refs/heads/main by this push:
     new 8d0f615  Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#75)
8d0f615 is described below

commit 8d0f61561f454be49a5b790159786360edd3b2fa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 20 07:57:22 2023 -0500

    Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#75)
    
    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b46bff..6f6dca1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1017,7 +1017,7 @@
 
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.4.1</version>
+                    <version>3.5.0</version>
                 </plugin>
 
                 <plugin>