This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch maven-3.9.x in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push: new 961a8ebe1e [MNG-8703] Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#2258) 961a8ebe1e is described below commit 961a8ebe1e3b6491ff6504ff6bc37107ad6c6213 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Apr 22 16:56:46 2025 +0200 [MNG-8703] Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#2258) Bumps commons-io:commons-io from 2.18.0 to 2.19.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.19.0 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 0cdcd63627..20e0ee473e 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,7 @@ under the License. <version.sisu-maven-plugin>0.9.0.M3</version.sisu-maven-plugin> <classWorldsVersion>2.9.0</classWorldsVersion> <commonsCliVersion>1.8.0</commonsCliVersion> - <commonsIoVersion>2.18.0</commonsIoVersion> + <commonsIoVersion>2.19.0</commonsIoVersion> <junitVersion>4.13.2</junitVersion> <hamcrestVersion>3.0</hamcrestVersion> <mockitoVersion>4.11.0</mockitoVersion>