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 2021/03/05 13:53:08 UTC

[camel] 01/02: Upgrade Commons Lang to version 3.12.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 cf829d2fea69fe90ec0f6a9f1af2eee8c438914f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 5 14:34:18 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c41930e..0094bf9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -124,7 +124,7 @@
         <commons-exec-version>1.3</commons-exec-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-lang3-version>3.12.0</commons-lang3-version>
         <commons-logging-version>1.2</commons-logging-version>
         <commons-math3-version>3.6.1</commons-math3-version>
         <commons-net-version>3.8.0</commons-net-version>