You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/05/17 12:26:51 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump maven-javadoc-plugin from 3.3.2 to 3.4.0

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

hnoeth 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 75eefc624c build(deps): bump maven-javadoc-plugin from 3.3.2 to 3.4.0
75eefc624c is described below

commit 75eefc624cc5ac816b1a52941d4f61b6ff90056e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 12 17:12:17 2022 +0000

    build(deps): bump maven-javadoc-plugin from 3.3.2 to 3.4.0
    
    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.4.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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e920c5fc85..2c31bbf388 100644
--- a/pom.xml
+++ b/pom.xml
@@ -615,7 +615,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.3.2</version>
+          <version>3.4.0</version>
           <configuration>
             <source>${maven.compile.source}</source>
             <!-- switched off check in Java 8 -->