This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch maven-resources-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
The following commit(s) were added to refs/heads/maven-resources-plugin-3.x by this push: new 4f3629d Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 (#104) 4f3629d is described below commit 4f3629da7d2568e07270e35bccaae9fcc1ba5f91 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Apr 3 19:59:37 2025 +0200 Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 (#104) Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 3388852..b2e9d72 100644 --- a/pom.xml +++ b/pom.xml @@ -143,7 +143,7 @@ under the License. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.14.0</version> + <version>3.17.0</version> <scope>compile</scope> </dependency>