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-contentdetection.git
The following commit(s) were added to refs/heads/master by this push:
new 3c720e3 Bump commons-io:commons-io from 2.5 to 2.14.0
3c720e3 is described below
commit 3c720e329bfa817df4f126c745f48ef48587e9c0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 22 23:18:50 2025 +0000
Bump commons-io:commons-io from 2.5 to 2.14.0
Bumps commons-io:commons-io from 2.5 to 2.14.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
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 c2b7ff8..ad6f25f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.5</version>
+ <version>2.14.0</version>
<scope>test</scope>
</dependency>
<!-- Apache Sling -->