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 4d00593  Bump maven.plugin.version from 3.14.0 to 3.15.0 (#310)
4d00593 is described below

commit 4d00593abbcd90c5f25ca0e6aa046173e1cae151
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 29 08:24:41 2024 -0400

    Bump maven.plugin.version from 3.14.0 to 3.15.0 (#310)
    
    Bumps `maven.plugin.version` from 3.14.0 to 3.15.0.
    
    Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 
3.14.0 to 3.15.0
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - 
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.14.0...maven-plugin-tools-3.15.0)
    
    Updates `org.apache.maven.plugin-tools:maven-plugin-tools-ant` from 3.14.0 
to 3.15.0
    
    Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.14.0 to 3.15.0
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - 
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.14.0...maven-plugin-tools-3.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-tools-ant
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven.plugins:maven-plugin-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85bda73..670b720 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
       commons.releaseManagerKey
     -->
     <!-- Including commons release plugin older version -->
-    <maven.plugin.version>3.14.0</maven.plugin.version>
+    <maven.plugin.version>3.15.0</maven.plugin.version>
     <commons.build-plugin.version>1.14.0</commons.build-plugin.version>
     <!-- Until Maven plugins used here don't fail the Moditect plugin -->
     <moditect.skip>true</moditect.skip>

Reply via email to