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-assembly-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 25bc4101 [MASSEMBLY-1009] Bump commons-io from 2.13.0 to 2.15.0 25bc4101 is described below commit 25bc41015c9f603124eced02baf3fb26932764c3 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Nov 25 18:38:41 2023 +0100 [MASSEMBLY-1009] Bump commons-io from 2.13.0 to 2.15.0 --- pom.xml | 3 ++- src/it/projects/bugs/massembly-730/pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f757c4b3..c9bad77d 100644 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,7 @@ under the License. <slf4jVersion>1.7.5</slf4jVersion> <mavenFilteringVersion>3.3.1</mavenFilteringVersion> <mavenArchiverVersion>3.6.0</mavenArchiverVersion> + <commonsIoVersion>2.15.0</commonsIoVersion> <testOutputToFile>true</testOutputToFile> <project.build.outputTimestamp>2023-05-11T20:36:09Z</project.build.outputTimestamp> @@ -152,7 +153,7 @@ under the License. <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.13.0</version> + <version>${commonsIoVersion}</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId> diff --git a/src/it/projects/bugs/massembly-730/pom.xml b/src/it/projects/bugs/massembly-730/pom.xml index c87a39f8..2ba85d86 100644 --- a/src/it/projects/bugs/massembly-730/pom.xml +++ b/src/it/projects/bugs/massembly-730/pom.xml @@ -109,7 +109,7 @@ under the License. <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.7</version> + <version>@commonsIoVersion@</version> <scope>test</scope> </dependency>