You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/03 19:09:58 UTC

[commons-release-plugin] branch master updated: Bump maven.dependency.version from 3.8.6 to 3.8.7 (#161)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ab61ec4  Bump maven.dependency.version from 3.8.6 to 3.8.7 (#161)
ab61ec4 is described below

commit ab61ec45ff00e096922e31c475989f612e520aa7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 3 14:09:54 2023 -0500

    Bump maven.dependency.version from 3.8.6 to 3.8.7 (#161)
    
    Bumps `maven.dependency.version` from 3.8.6 to 3.8.7.
    
    Updates `maven-core` from 3.8.6 to 3.8.7
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.6...maven-3.8.7)
    
    Updates `maven-plugin-api` from 3.8.6 to 3.8.7
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.6...maven-3.8.7)
    
    Updates `maven-artifact` from 3.8.6 to 3.8.7
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.6...maven-3.8.7)
    
    Updates `maven-compat` from 3.8.6 to 3.8.7
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.6...maven-3.8.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-plugin-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-compat
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1fe63a9..a5d68f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <!-- 3.8.2 fails with some class not found error -->
     <!-- 3.8.3 fails because MavenProject.getAttachedArtifacts() returns an IMMUTABLE collection and we want to change it! -->
-    <maven.dependency.version>3.8.6</maven.dependency.version>
+    <maven.dependency.version>3.8.7</maven.dependency.version>
     <commons.componentid>release-plugin</commons.componentid>
     <commons.dist.subdir>commons-release-plugin</commons.dist.subdir>
     <commons.jira.id>COMMONSSITE</commons.jira.id>