This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new 8517560c OPENNLP-1464 Update dependency commons-io to version 2.11.0
8517560c is described below
commit 8517560cc928930fab22d4c2a341fb962759a484
Author: Martin Wiesner <[email protected]>
AuthorDate: Fri Feb 17 21:59:06 2023 +0100
OPENNLP-1464 Update dependency commons-io to version 2.11.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4b6e2da8..3e4ee67c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
<!-- Build Properties -->
<java.version>11</java.version>
<maven.version>3.3.9</maven.version>
- <commons.io.version>2.6</commons.io.version>
+ <commons.io.version>2.11.0</commons.io.version>
<enforcer.plugin.version>3.0.0-M3</enforcer.plugin.version>
<glassfish.version>2.30.1</glassfish.version>
<junit.version>5.9.2</junit.version>