You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/02 09:13:44 UTC

[camel] branch main updated: Upgrade Commons Io to version 2.14.0 (#11618)

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

acosentino 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 a7b1628c519 Upgrade Commons Io to version 2.14.0 (#11618)
a7b1628c519 is described below

commit a7b1628c51909635f93d9f8e733721dee807a4d8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 2 11:13:36 2023 +0200

    Upgrade Commons Io to version 2.14.0 (#11618)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b1ba1d15453..883ed6ecdf9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -98,7 +98,7 @@
         <commons-dbcp-version>1.4</commons-dbcp-version>
         <commons-dbcp2-version>2.10.0</commons-dbcp2-version>
         <commons-exec-version>1.3</commons-exec-version>
-        <commons-io-version>2.13.0</commons-io-version>
+        <commons-io-version>2.14.0</commons-io-version>
         <commons-lang-version>2.6</commons-lang-version>
         <commons-lang3-version>3.13.0</commons-lang3-version>
         <commons-logging-version>1.2</commons-logging-version>