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/03/31 07:39:47 UTC

[camel-karaf] 03/10: Upgrade Commons Lang 3 to version 3.10.

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-karaf.git

commit d4bc7e3907e6e7185ebdaf87ceae57dea831ade9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:33:57 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index acb6964..f3687e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
         <commons-httpclient-bundle-version>3.1_7</commons-httpclient-bundle-version>
         <commons-io-version>2.6</commons-io-version>
         <commons-lang-version>2.6</commons-lang-version>
-        <commons-lang3-version>3.9</commons-lang3-version>
+        <commons-lang3-version>3.10</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>