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

kinow 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 a60d641  Bump maven.dependency.version from 3.8.5 to 3.8.6
a60d641 is described below

commit a60d641cb5f94e7b32b19956929604c88eee0407
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 17 08:03:23 2022 +0000

    Bump maven.dependency.version from 3.8.5 to 3.8.6
    
    Bumps `maven.dependency.version` from 3.8.5 to 3.8.6.
    
    Updates `maven-core` from 3.8.5 to 3.8.6
    - [Release notes](https://github.com/apache/maven/releases)
    - 
[Commits](https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6)
    
    Updates `maven-plugin-api` from 3.8.5 to 3.8.6
    - [Release notes](https://github.com/apache/maven/releases)
    - 
[Commits](https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6)
    
    Updates `maven-artifact` from 3.8.5 to 3.8.6
    - [Release notes](https://github.com/apache/maven/releases)
    - 
[Commits](https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6)
    
    Updates `maven-compat` from 3.8.5 to 3.8.6
    - [Release notes](https://github.com/apache/maven/releases)
    - 
[Commits](https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6)
    
    ---
    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] <supp...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f370568..f1252d2 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.5</maven.dependency.version>
+    <maven.dependency.version>3.8.6</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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8a17aa8..1850e1a 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,6 +36,7 @@
       <action type="update" dev="kinow" due-to="Dependabot">Bump 
spotbugs-maven-plugin from 4.6.0 to 4.7.0 #114.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump 
plexus-velocity from 1.3 to 2.0 #116.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
maven-scm.version from 1.12.2 to 1.13.0 #117.</action>
+      <action type="update" dev="kinow" due-to="Dependabot">Bump 
maven.dependency.version from 3.8.5 to 3.8.6 #120.</action>
     </release>
     <release version="1.8.0" date="2022-03-13" description="Version 1.8">
       <action issue="COMMONSSITE-138" type="add" dev="chtompki, 
ggregory">Create signature validation script for releases.</action>

Reply via email to