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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d8ed99  Bump plugin dependencies
6d8ed99 is described below

commit 6d8ed99a90891bf79a573dc35d74b0e327f5528b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 1 07:47:29 2024 -0400

    Bump plugin dependencies
    
    - Bump org.apache.maven.plugin-tools:maven-script-ant from 3.15.0 to
    3.15.1
    - Bump org.apache.maven.plugin-tools:maven-plugin-tools-ant from 3.15.0
    to 3.15.1
    - Bump org.apache.maven.plugins:maven-plugin-plugin from 3.15.0 to
    3.15.1
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 42c197e..303bc04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-script-ant</artifactId>
-      <version>3.15.0</version>
+      <version>3.15.1</version>
     </dependency>
   </dependencies>
 
@@ -133,13 +133,13 @@
     <plugins>
       <plugin>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.15.0</version>
+        <version>3.15.1</version>
         <!-- Add the Ant plugin tools to the plugin -->
         <dependencies>
           <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-tools-ant</artifactId>
-            <version>3.15.0</version>
+            <version>3.15.1</version>
           </dependency>
         </dependencies>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 25e40a8..051df23 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,9 +34,9 @@
       <action dev="ggregory" type="update" due-to="Dependabot, Gary 
Gregory">Bump org.apache.commons:commons-parent from 69 to 78 #264, #276, #291, 
#301, #307, #312, #324.</action>
       <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.graalvm.js:js-scriptengine from 24.0.0 to 24.1.1 #248, #282, #308, 
#322.</action>
       <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.graalvm.js:js from 23.0.3 to 23.0.6 #247, #281, #321.</action>
-      <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.apache.maven.plugin-tools:maven-plugin-tools-ant from 3.12.0 to 3.15.0 
#260, #272, #292, #298.</action>
-      <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.apache.maven.plugin-tools:maven-script-ant from 3.12.0 to 3.15.0 #259, 
#270, #295, #300.</action>
-      <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.apache.maven.plugins:maven-plugin-plugin from 3.12.0 to 3.15.0 #258, #271, 
#299.</action>
+      <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.apache.maven.plugin-tools:maven-plugin-tools-ant from 3.12.0 to 3.15.1 
#260, #272, #292, #298.</action>
+      <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.apache.maven.plugin-tools:maven-script-ant from 3.12.0 to 3.15.1 #259, 
#270, #295, #300.</action>
+      <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.apache.maven.plugins:maven-plugin-plugin from 3.12.0 to 3.15.1 #258, #271, 
#299.</action>
       <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.apache.maven:maven-plugin-api from 3.9.6 to 3.9.9 #267, #277, #293.</action>
       <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.apache.maven:maven-core from 3.9.6 to 3.9.9 #268, #278, #294.</action>
       <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.apache.ant:ant-launcher from 1.10.14 to 1.10.15 #303.</action>

Reply via email to