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 561ca1c  Bump maven.dependency.version from 3.8.1 to 3.8.3
561ca1c is described below

commit 561ca1c36c1c2590945052537e2597472bfa4d7e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 5 08:43:26 2021 +0000

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

diff --git a/pom.xml b/pom.xml
index 31fdcb7..8870f1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
     <failOnError>false</failOnError>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
-    <maven.dependency.version>3.8.1</maven.dependency.version>
+    <maven.dependency.version>3.8.3</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 a12853e..469729c 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.1 #10 
#24 #30 #37 #41 #51 #59 #68 #71.</action>
       <action type="update" dev="kinow">Bump spotbugs-maven-plugin from 4.1.1 
to 4.4.1 #20 #26 #33 #45 #52 #61 #74.</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.1 #47.</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="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.0 
#5 #12 #14 #27 #31 #35 #40 #46 #53 #58 #64 #65 #69.</action>
       <action type="update" dev="ggregory">Update actions/checkout from v2.3.1 
to v2.3.4 #8, #16, #28.</action>

Reply via email to