This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 5de3c50 Bump maven.dependency.version from 3.9.14 to 3.9.15.
5de3c50 is described below
commit 5de3c506dc0fc195800d43fc72feca60574b7fb3
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 29 08:00:47 2026 -0400
Bump maven.dependency.version from 3.9.14 to 3.9.15.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9041689..0e61c9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,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.9.14</maven.dependency.version>
+ <maven.dependency.version>3.9.15</maven.dependency.version>
<commons.componentid>release-plugin</commons.componentid>
<commons.dist.subdir>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 6b9c327..508b83b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,7 +31,7 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 96 to 99.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-codec:commons-codec from 1.20.0 to 1.22.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
from 3.4.0 to 3.5.1 #426.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump maven.dependency.version from 3.9.12 to 3.9.14 #424.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump maven.dependency.version from 3.9.12 to 3.9.15 #424.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.codehaus.mojo:jdepend-maven-plugin from 2.1 to 2.2.0
#425.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.21.0 to 2.22.0.</action>
</release>