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-build-plugin.git
commit 6a0d7241eaf6517d277722653cb38b8db35418a5 Author: Gary Gregory <[email protected]> AuthorDate: Sun Sep 20 08:26:01 2026 -0400 Bump org.codehaus.mojo:jdepend-maven-plugin from 2.2.0 to 2.2.1 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index edcdaac..09b404f 100644 --- a/pom.xml +++ b/pom.xml @@ -224,7 +224,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdepend-maven-plugin</artifactId> - <version>2.2.0</version> + <version>2.2.1</version> <reportSets> <reportSet/> </reportSets> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d900fcc..f544548 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -39,6 +39,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump graalvm.version from 25.0.3 to 25.3.4.1 on Java 25 and up (#424).</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugin-tools:maven-script-ant from 3.15.2 to 3.16.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugin-tools:maven-plugin-tools-ant from 3.15.2 to 3.16.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:jdepend-maven-plugin from 2.2.0 to 2.2.1.</action> </release> <release version="1.16.1" date="2026-01-25" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
