You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2023/02/16 10:40:02 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#3770)

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 7b01d363be build(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#3770)
7b01d363be is described below

commit 7b01d363be0ec7743621d3762ff7c5eddfd659be
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 16 11:39:56 2023 +0100

    build(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#3770)
    
    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 0a00e69c7b..2bb1c70d57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -619,7 +619,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.4.1</version>
+          <version>3.5.0</version>
           <configuration>
             <source>${maven.compile.source}</source>
             <!-- switched off check in Java 8 -->