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-assembly-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 46549d57 Bump commons-io:commons-io from 2.16.1 to 2.19.0 (#224) 46549d57 is described below commit 46549d5795aefecaeec627d0ea18843fe9d76a9e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri May 2 09:31:53 2025 +0200 Bump commons-io:commons-io from 2.16.1 to 2.19.0 (#224) Bumps commons-io:commons-io from 2.16.1 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a971bbf9..e8ea3418 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ under the License. <slf4jVersion>1.7.5</slf4jVersion> <mavenFilteringVersion>3.4.0</mavenFilteringVersion> <mavenArchiverVersion>3.6.3</mavenArchiverVersion> - <commonsIoVersion>2.16.1</commonsIoVersion> + <commonsIoVersion>2.19.0</commonsIoVersion> <testOutputToFile>true</testOutputToFile> <project.build.outputTimestamp>2024-03-15T07:53:45Z</project.build.outputTimestamp> @@ -396,7 +396,7 @@ under the License. <!-- newer version needed by commons-compress --> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.16.1</version> + <version>2.19.0</version> </dependency> <dependency> <groupId>com.github.luben</groupId>