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 2021/05/03 05:03:13 UTC

[maven-site-plugin] branch master updated: Bump maven-shared-utils from 3.3.3 to 3.3.4

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-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9eb67c2  Bump maven-shared-utils from 3.3.3 to 3.3.4
9eb67c2 is described below

commit 9eb67c2355866bccdfaab6f6156125a44b9af37d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 3 04:03:02 2021 +0000

    Bump maven-shared-utils from 3.3.3 to 3.3.4
    
    Bumps [maven-shared-utils](https://github.com/apache/maven-shared-utils) from 3.3.3 to 3.3.4.
    - [Release notes](https://github.com/apache/maven-shared-utils/releases)
    - [Commits](https://github.com/apache/maven-shared-utils/compare/maven-shared-utils-3.3.3...maven-shared-utils-3.3.4)
    
    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 0cad68f..2de2099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.3.3</version>
+      <version>3.3.4</version>
     </dependency>
 
     <!-- Maven -->