You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2021/11/22 09:12:47 UTC

[commons-release-plugin] branch master updated: Bump maven.dependency.version from 3.8.1 to 3.8.4

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 e3d9382  Bump maven.dependency.version from 3.8.1 to 3.8.4
e3d9382 is described below

commit e3d9382a232977636254f7069519724bef9ea984
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 22 08:31:24 2021 +0000

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

diff --git a/pom.xml b/pom.xml
index 83aa304..5632b46 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.1</maven.dependency.version>
+    <maven.dependency.version>3.8.4</maven.dependency.version>
     <commons.componentid>commons-release-plugin</commons.componentid>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
     <commons.jira.pid>12310466&amp;amp;component=12312401</commons.jira.pid>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dccb7de..130bf32 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,7 +42,7 @@
       <action type="update" dev="kinow">Bump spotbugs from 4.1.1 to 4.4.2 #10 #24 #30 #37 #41 #51 #59 #68 #71 #80.</action>
       <action type="update" dev="kinow">Bump spotbugs-maven-plugin from 4.1.1 to 4.4.1.2 #20 #26 #33 #45 #52 #61 #74 #79 #81.</action>
       <action type="update" dev="ggregory">Update JUnit from 4.12 to 4.13.2, #23 #39.</action>
-      <action type="update" dev="kinow" due-to="Gary Gregory, Dependabot">Bump maven.dependency.version from 3.6.1 to 3.8.3 #47 #76.</action>
+      <action type="update" dev="kinow" due-to="Gary Gregory, Dependabot">Bump maven.dependency.version from 3.6.1 to 3.8.4 #47 #76 #86.</action>
       <action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.11.0 #13 #63.</action>
       <action type="update" dev="ggregory">Update checkstyle from 8.34 to 9.1 #5 #12 #14 #27 #31 #35 #40 #46 #53 #58 #64 #65 #69 #77 #84.</action>
       <action type="update" dev="ggregory">Update actions/checkout from v2.3.1 to v2.4.0 #8, #16, #28, #78, #83.</action>