This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
The following commit(s) were added to refs/heads/master by this push:
new 3ed23f33 Bump commons-io:commons-io from 2.6 to 2.14.0 in
/shared/sync-fs (#40)
3ed23f33 is described below
commit 3ed23f3357aa42f0fd6f4d7412bdd1333033f6b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 3 16:06:03 2025 +0200
Bump commons-io:commons-io from 2.6 to 2.14.0 in /shared/sync-fs (#40)
Bumps commons-io:commons-io from 2.6 to 2.14.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-version: 2.14.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
shared/sync-fs/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shared/sync-fs/pom.xml b/shared/sync-fs/pom.xml
index 7a759d4e..0d35c237 100644
--- a/shared/sync-fs/pom.xml
+++ b/shared/sync-fs/pom.xml
@@ -61,7 +61,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.6</version>
+ <version>2.14.0</version>
<scope>test</scope>
</dependency>
<!-- Note that OSGi annotations are OK since they are not retained at
compile time -->