You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/07/26 01:10:52 UTC

[maven-shared-incremental] branch master updated: Bump maven-shared-utils from 0.7 to 3.3.4

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-incremental.git


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

commit 6c1403c76ea8ba370982bf1ac8f0b0280053bd93
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 22 07:45:07 2022 +0000

    Bump maven-shared-utils from 0.7 to 3.3.4
    
    Bumps [maven-shared-utils](https://github.com/apache/maven-shared-utils) from 0.7 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-0.7...maven-shared-utils-3.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.shared:maven-shared-utils
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 e2d36d5..a9c9132 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>0.7</version>
+      <version>3.3.4</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>