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 4caf2352 Bump commons-io:commons-io from 2.11.0 to 2.14.0 in
/shared/api (#39)
4caf2352 is described below
commit 4caf2352a0556f03dd52e1dabea61fd292d6a8c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 3 14:48:48 2025 +0200
Bump commons-io:commons-io from 2.11.0 to 2.14.0 in /shared/api (#39)
Bumps commons-io:commons-io from 2.11.0 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/api/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shared/api/pom.xml b/shared/api/pom.xml
index 3abed729..5e13ecaa 100644
--- a/shared/api/pom.xml
+++ b/shared/api/pom.xml
@@ -199,7 +199,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.11.0</version>
+ <version>2.14.0</version>
<scope>test</scope>
</dependency>
</dependencies>