This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 81bdc3a526 build(deps): bump commons-io:commons-io from 2.20.0 to
2.21.0 (#2331)
81bdc3a526 is described below
commit 81bdc3a526ede1a9bf57025fad024aef1167aa9b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 7 10:01:11 2025 +0100
build(deps): bump commons-io:commons-io from 2.20.0 to 2.21.0 (#2331)
Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from
2.20.0 to 2.21.0.
-
[Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0)
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-version: 2.21.0
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 05e98326c7..70d266d67b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
<commons-collections4.version>4.5.0</commons-collections4.version>
<commons-compress.version>1.28.0</commons-compress.version>
<commons-configuration2.version>2.12.0</commons-configuration2.version>
- <commons-io.version>2.20.0</commons-io.version>
+ <commons-io.version>2.21.0</commons-io.version>
<commons-lang3.version>3.19.0</commons-lang3.version>
<commons-logging.version>1.3.5</commons-logging.version>
<commons-math3.version>3.6.1</commons-math3.version>