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 965bc5a86c Bump commons-io:commons-io (#223)
965bc5a86c is described below
commit 965bc5a86c1ad683789eaef62445d4f8824025ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 22 18:01:07 2023 +0200
Bump commons-io:commons-io (#223)
Bumps commons-io: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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tools/maven-bundle-plugin/src/it/reproducible-manifest/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/maven-bundle-plugin/src/it/reproducible-manifest/pom.xml
b/tools/maven-bundle-plugin/src/it/reproducible-manifest/pom.xml
index 5f342176e5..00c3048193 100644
--- a/tools/maven-bundle-plugin/src/it/reproducible-manifest/pom.xml
+++ b/tools/maven-bundle-plugin/src/it/reproducible-manifest/pom.xml
@@ -33,7 +33,7 @@ under the License.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.5</version>
+ <version>2.7</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>