This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push: new 751b7e6fe Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#833) 751b7e6fe is described below commit 751b7e6fe22e7437cba5e945d8074ed477f801dc Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Apr 16 10:32:25 2025 +0200 Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#833) 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> --- maven-surefire-common/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml index da10037b0..6a3df19de 100644 --- a/maven-surefire-common/pom.xml +++ b/maven-surefire-common/pom.xml @@ -178,7 +178,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.18.0</version> + <version>2.19.0</version> <scope>test</scope> </dependency> </dependencies> diff --git a/pom.xml b/pom.xml index 08820bcc0..0de770029 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ <resolverVersion>1.4.1</resolverVersion> <commonsLang3Version>3.17.0</commonsLang3Version> <commonsCompress>1.27.1</commonsCompress> - <commonsIoVersion>2.18.0</commonsIoVersion> + <commonsIoVersion>2.19.0</commonsIoVersion> <plexus-java-version>1.5.0</plexus-java-version> <!-- Do not upgrade, leads to test failures, MSHARED-1014 --> <mavenSharedUtilsVersion>3.3.4</mavenSharedUtilsVersion>