This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/main by this push:
     new c026c77  Update Commons IO to 2.11.0
c026c77 is described below

commit c026c7734b126c9cccac3a7198ecde9e56829827
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jul 5 16:10:10 2022 +0100

    Update Commons IO to 2.11.0
---
 CHANGES.md | 2 ++
 pom.xml    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 0f915b6..4061f73 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -11,6 +11,8 @@
 
 - Update Apache Ant to 1.10.12. (markt)
 
+- Update Commons IO to 2.11.0. (markt)
+
 ## 1.0.0
 
 - Fix [#14](https://github.com/apache/tomcat-jakartaee-migration/issues/14). 
Do not migrate `javax.xml.(registry|rpc)` namespaces. (mgrigorov)
diff --git a/pom.xml b/pom.xml
index 43d9967..03ee479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.8.0</version>
+      <version>2.11.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to