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 09:03:13 UTC

[camel] branch main updated: Upgrade commons-lang 3.13.0 (#10996)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new a2613f53c17 Upgrade commons-lang 3.13.0 (#10996)
a2613f53c17 is described below

commit a2613f53c1792895f543e0bd72ce695937c2a3f5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Aug 4 11:03:06 2023 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index e380c5e7d0b..9e754b762fb 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>