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:30:57 UTC

[camel-k-runtime] branch commons-lang-3.11 created (now ccf687c)

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

acosentino pushed a change to branch commons-lang-3.11
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


      at ccf687c  Upgrade Commons Lang to version 3.11

This branch includes the following new commits:

     new ccf687c  Upgrade Commons Lang to version 3.11

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k-runtime] 01/01: Upgrade Commons Lang to version 3.11

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch commons-lang-3.11
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit ccf687c4ced16d0d1d6e140a8fb9fb8db827d497
Author: Andrea Cosentino <an...@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>