This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch maven-clean-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
The following commit(s) were added to refs/heads/maven-clean-plugin-3.x by this push: new 5e797fc Bump org.apache.maven.resolver:maven-resolver-api from 1.1.1 to 1.9.22 5e797fc is described below commit 5e797fcfd4195527c997528e3f62837e062998b7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jan 22 05:48:44 2025 +0000 Bump org.apache.maven.resolver:maven-resolver-api from 1.1.1 to 1.9.22 Bumps [org.apache.maven.resolver:maven-resolver-api](https://github.com/apache/maven-resolver) from 1.1.1 to 1.9.22. - [Release notes](https://github.com/apache/maven-resolver/releases) - [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.1.1...maven-resolver-1.9.22) --- updated-dependencies: - dependency-name: org.apache.maven.resolver:maven-resolver-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 51d0565..87d7dd2 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ under the License. <dependency> <groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-api</artifactId> - <version>1.1.1</version> + <version>1.9.22</version> <scope>provided</scope> </dependency> <dependency>