This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 047a170 Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.10.1 047a170 is described below commit 047a170c0feefd8c0a528f79a60fb9618c2ddd71 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Feb 14 04:27:09 2025 +0000 Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.10.1 Bumps commons-beanutils:commons-beanutils from 1.9.4 to 1.10.1. --- updated-dependencies: - dependency-name: commons-beanutils:commons-beanutils 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 9fc13f1..57af300 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ under the License. <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.4</version> + <version>1.10.1</version> </dependency> <dependency> <groupId>commons-codec</groupId>