This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log-webconsole.git
The following commit(s) were added to refs/heads/master by this push:
new 4dc4c37 Bump commons-fileupload:commons-fileupload from 1.5 to 1.6.0
4dc4c37 is described below
commit 4dc4c378a83b946d21492ca313c804ae8c76299c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 9 18:56:33 2025 +0000
Bump commons-fileupload:commons-fileupload from 1.5 to 1.6.0
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:development
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d052d67..f730aad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
- <version>1.5</version>
+ <version>1.6.0</version>
<scope>test</scope>
</dependency>
<dependency>