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 2020/09/18 06:39:43 UTC

[camel] 01/02: Upgrade Commons-io to version 2.8.0

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 770ba626a4f17bb8fb42cff58fd88dead455de76
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 18 07:50:06 2020 +0200

    Upgrade Commons-io to version 2.8.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7a63c05..40459e2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -120,7 +120,7 @@
         <commons-dbcp-version>1.4</commons-dbcp-version>
         <commons-dbcp2-version>2.7.0</commons-dbcp2-version>
         <commons-exec-version>1.3</commons-exec-version>
-        <commons-io-version>2.7</commons-io-version>
+        <commons-io-version>2.8.0</commons-io-version>
         <commons-lang-version>2.6</commons-lang-version>
         <commons-lang3-version>3.11</commons-lang3-version>
         <commons-logging-version>1.2</commons-logging-version>