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 529938c Bump org.codehaus.mojo:jdepend-maven-plugin from 2.1 to 2.2.0
(#420)
529938c is described below
commit 529938c69a644e29df0c2d0d6bff113a66e12683
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 06:38:27 2026 -0400
Bump org.codehaus.mojo:jdepend-maven-plugin from 2.1 to 2.2.0 (#420)
Bumps
[org.codehaus.mojo:jdepend-maven-plugin](https://github.com/mojohaus/jdepend-maven-plugin)
from 2.1 to 2.2.0.
- [Release notes](https://github.com/mojohaus/jdepend-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/jdepend-maven-plugin/compare/2.1...jdepend-maven-plugin-2.2.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:jdepend-maven-plugin
dependency-version: 2.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 89a5005..aa84ea2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
- <version>2.1</version>
+ <version>2.2.0</version>
<reportSets>
<reportSet/>
</reportSets>