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

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new d8ee6da8a4 Upgrading commons-lang3
d8ee6da8a4 is described below

commit d8ee6da8a4abcdae7059b74aa6c72c12be5d49a1
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Tue Dec 5 08:31:00 2023 +0100

    Upgrading commons-lang3
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1c12398ad5..16af58f456 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,6 +435,7 @@ under the License.
     <log4j2.version>2.22.0</log4j2.version>
     <disruptor.version>3.4.4</disruptor.version>
 
+    <commons-lang3.version>3.14.0</commons-lang3.version>
     <commons-jexl.version>3.3</commons-jexl.version>
     <commons-text.version>1.11.0</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
@@ -920,6 +921,11 @@ under the License.
         <version>${spring-cloud-gateway.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <version>${commons-lang3.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jexl3</artifactId>

Reply via email to