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 2020/05/03 11:32:11 UTC

[maven-shared-jar] branch master updated: [MSHARED-499] Bump maven-shared-utils from 3.0.0 to 3.2.1

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-shared-jar.git


The following commit(s) were added to refs/heads/master by this push:
     new 6dd0c77  [MSHARED-499] Bump maven-shared-utils from 3.0.0 to 3.2.1
6dd0c77 is described below

commit 6dd0c77d261d5a53bc8135a7bd9f9cfe15db42ba
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Sun Jan 19 10:25:17 2020 +0000

    [MSHARED-499] Bump maven-shared-utils from 3.0.0 to 3.2.1
    
    Bumps [maven-shared-utils](https://github.com/apache/maven-shared-utils) from 3.0.0 to 3.2.1.
    - [Release notes](https://github.com/apache/maven-shared-utils/releases)
    - [Commits](https://github.com/apache/maven-shared-utils/compare/maven-shared-utils-3.0.0...maven-shared-utils-3.2.1)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f1047a7..72de993 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.0.0</version>
+      <version>3.2.1</version>
     </dependency>
 
     <dependency>