You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/01 20:30:13 UTC

[aries-cdi] branch master updated: Bump maven-javadoc-plugin from 3.2.0 to 3.3.2

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


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

commit ec67ccd263d589db5ed04e68187b7168cc740721
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 22 21:12:57 2022 +0000

    Bump maven-javadoc-plugin from 3.2.0 to 3.3.2
    
    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.2.0 to 3.3.2.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.2.0...maven-javadoc-plugin-3.3.2)
    
    ---
    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 da37928..161cdd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,7 +495,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-javadoc-plugin</artifactId>
-					<version>3.2.0</version>
+					<version>3.3.2</version>
 					<configuration>
 						<notimestamp>true</notimestamp>
 					</configuration>