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

[maven-dependency-tree] branch master updated: Bump maven-shared-components from 36 to 37

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 79d48ca  Bump maven-shared-components from 36 to 37
79d48ca is described below

commit 79d48cac9a22bf12a9b1474c8fb3bed6d02dfaf5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 25 22:23:31 2022 +0000

    Bump maven-shared-components from 36 to 37
    
    Bumps [maven-shared-components](https://github.com/apache/maven-parent) from 36 to 37.
    - [Release notes](https://github.com/apache/maven-parent/releases)
    - [Commits](https://github.com/apache/maven-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.shared:maven-shared-components
      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 e04cfe3..f55a76d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>36</version>
+    <version>37</version>
     <relativePath />
   </parent>