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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 3957573  Upgrade Commons Lang to version 3.11
3957573 is described below

commit 395757353dffbdf4132f54cdaf9e7984c657195d
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Jul 20 11:30:52 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 73f3ad0..36c9853 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <catalog.version>${camel.version}</catalog.version>
         <junit.version>5.6.2</junit.version>
         <joor.version>0.9.13</joor.version>
-        <commons-lang.version>3.10</commons-lang.version>
+        <commons-lang.version>3.11</commons-lang.version>
         <commons-text.version>1.8</commons-text.version>
         <commons-codec.version>1.14</commons-codec.version>
         <commons-dbcp2.version>2.7.0</commons-dbcp2.version>

Reply via email to