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 c5ad5321f4 Bump commons-io:commons-io from 2.11.0 to 2.14.0 in
/http/jetty (#336)
c5ad5321f4 is described below
commit c5ad5321f4bc6cc7550dc8857f5e2a62496cbebc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 10 13:09:39 2024 +0200
Bump commons-io:commons-io from 2.11.0 to 2.14.0 in /http/jetty (#336)
Bumps commons-io:commons-io from 2.11.0 to 2.14.0.
---
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>
---
http/jetty/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index c04e3224bf..2ecbd6fddb 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -509,7 +509,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.11.0</version>
+ <version>2.14.0</version>
</dependency>
<!-- Testing -->
<dependency>