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 8a404e78 Bump commons-fileupload:commons-fileupload (#1245) 8a404e78 is described below commit 8a404e78854840250bf3d47c3b20bd293abafa40 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jul 10 06:40:11 2025 +0200 Bump commons-fileupload:commons-fileupload (#1245) Bumps commons-fileupload:commons-fileupload from 1.5 to 1.6.0. --- updated-dependencies: - dependency-name: commons-fileupload:commons-fileupload dependency-version: 1.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/it/projects/bugs/massembly-580/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/projects/bugs/massembly-580/pom.xml b/src/it/projects/bugs/massembly-580/pom.xml index 74a172a9..d8144190 100644 --- a/src/it/projects/bugs/massembly-580/pom.xml +++ b/src/it/projects/bugs/massembly-580/pom.xml @@ -40,7 +40,7 @@ under the License. <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.5</version> + <version>1.6.0</version> <!--type>war</type--> </dependency> </dependencies>