This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new 2a30dc47 Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#460)
2a30dc47 is described below
commit 2a30dc472afda05c15fe1275c5cc06c426401eea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 27 09:23:57 2026 +0200
Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#460)
Bumps commons-io:commons-io from 2.21.0 to 2.22.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-version: 2.22.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 5877dcb3..33e91e9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
<commons-collections.version>3.2.2</commons-collections.version>
<commons-collections4.version>4.5.0</commons-collections4.version>
<commons-compress.version>1.28.0</commons-compress.version>
- <commons-io.version>2.21.0</commons-io.version>
+ <commons-io.version>2.22.0</commons-io.version>
<commons-lang.version>2.6</commons-lang.version>
<commons-lang3.version>3.20.0</commons-lang3.version>
<commons-logging.version>1.3.6</commons-logging.version>