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 0d8e487d43 Bump commons-io from 2.5 to 2.7 in
/tools/osgicheck-maven-plugin (#178)
0d8e487d43 is described below
commit 0d8e487d433ffac2dea1245196c8e173d9391de0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 19 08:03:07 2022 +0200
Bump commons-io from 2.5 to 2.7 in /tools/osgicheck-maven-plugin (#178)
Bumps commons-io from 2.5 to 2.7.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tools/osgicheck-maven-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/osgicheck-maven-plugin/pom.xml
b/tools/osgicheck-maven-plugin/pom.xml
index e4e2158301..cbd5f4770e 100644
--- a/tools/osgicheck-maven-plugin/pom.xml
+++ b/tools/osgicheck-maven-plugin/pom.xml
@@ -136,7 +136,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.5</version>
+ <version>2.7</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>