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/07/20 09:14:18 UTC

[camel] 01/03: Upgrade Commons Lang to version 3.11

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 c46f837eb0b72610720cdfe46907b2cd5e739da2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 20 08:57:57 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index a40487d..1004610 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -121,7 +121,7 @@
         <commons-exec-version>1.3</commons-exec-version>
         <commons-io-version>2.7</commons-io-version>
         <commons-lang-version>2.6</commons-lang-version>
-        <commons-lang3-version>3.10</commons-lang3-version>
+        <commons-lang3-version>3.11</commons-lang3-version>
         <commons-logging-version>1.2</commons-logging-version>
         <commons-math3-version>3.6.1</commons-math3-version>
         <commons-net-version>3.6</commons-net-version>