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 2022/05/11 23:24:11 UTC

[maven-enforcer] branch master updated: Bump maven-javadoc-plugin from 3.3.1 to 3.4.0

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new ecad7dd  Bump maven-javadoc-plugin from 3.3.1 to 3.4.0
ecad7dd is described below

commit ecad7ddfa809ca3313185d490f8a111f32ff8e75
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 26 15:20:56 2022 +0000

    Bump maven-javadoc-plugin from 3.3.1 to 3.4.0
    
    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 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.1...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 2cf6c74..f269069 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.4.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>