You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2020/03/30 18:53:41 UTC

[camel] 01/04: Upgrade Commons Lang 3 to version 3.10.

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

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

commit 87df81d341d068ed241d9f3f456864fdebe4987a
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Mar 30 20:49:09 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index d3294a0..5977349 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.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>