This is an automated email from the ASF dual-hosted git repository. joerghoh pushed a commit to branch SLING-11907-update-depends-maven-plugin in repository https://gitbox.apache.org/repos/asf/sling-parent.git
commit 7248bcbd913b94594056ced91371e03176317346 Author: Joerg Hoh <[email protected]> AuthorDate: Fri Jun 16 10:07:12 2023 +0200 update depends-maven-plugin to 1.5.0 --- sling-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml index b80d18f..d44827b 100644 --- a/sling-parent/pom.xml +++ b/sling-parent/pom.xml @@ -339,7 +339,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>depends-maven-plugin</artifactId> - <version>1.4.0</version> + <version>1.5.0</version> <executions> <execution> <id>generate-depends-file</id>
