This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new f447750afa Bump commons-io:commons-io in
/ipojo/manipulator/manipulator (#353)
f447750afa is described below
commit f447750afae7972810d2be10cb27ffd40773dbd5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 20 10:55:43 2024 +0100
Bump commons-io:commons-io in /ipojo/manipulator/manipulator (#353)
Bumps commons-io:commons-io from 2.7 to 2.14.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
ipojo/manipulator/manipulator/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ipojo/manipulator/manipulator/pom.xml
b/ipojo/manipulator/manipulator/pom.xml
index 6ce1e605b6..4df86442de 100644
--- a/ipojo/manipulator/manipulator/pom.xml
+++ b/ipojo/manipulator/manipulator/pom.xml
@@ -83,7 +83,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.7</version>
+ <version>2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>