You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/04 07:34:31 UTC

[camel] 01/01: Upgrade commons-lang 3.13.0

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

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

commit 20e0744eb5b5f59296ada64cd3afc9dfef146486
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Aug 4 09:34:18 2023 +0200

    Upgrade commons-lang 3.13.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8a1e47c0c37..c86398bbff7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -103,7 +103,7 @@
         <commons-exec-version>1.3</commons-exec-version>
         <commons-io-version>2.13.0</commons-io-version>
         <commons-lang-version>2.6</commons-lang-version>
-        <commons-lang3-version>3.12.0</commons-lang3-version>
+        <commons-lang3-version>3.13.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.9.0</commons-net-version>