This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new f3f66701d2b chore(deps): Bump commons-io:commons-io from 2.16.1 to
2.17.0 (#15616)
f3f66701d2b is described below
commit f3f66701d2b64198b958fd9273cc584902a957e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 19 10:11:09 2024 +0200
chore(deps): Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#15616)
Bumps commons-io:commons-io from 2.16.1 to 2.17.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index ac54f85d3ad..cdad0f9431e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -111,7 +111,7 @@
<commons-dbcp-version>1.4</commons-dbcp-version>
<commons-dbcp2-version>2.12.0</commons-dbcp2-version>
<commons-exec-version>1.4.0</commons-exec-version>
- <commons-io-version>2.16.1</commons-io-version>
+ <commons-io-version>2.17.0</commons-io-version>
<commons-lang-version>2.6</commons-lang-version>
<commons-lang3-version>3.17.0</commons-lang3-version>
<commons-logging-version>1.3.4</commons-logging-version>