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

sergeychugunov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new d7d1e9c308f IGNITE-28116 Update commons-lang3 version (#12870)
d7d1e9c308f is described below

commit d7d1e9c308f6ff625322c816c5f669c7cd642d8c
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Wed Mar 11 13:51:22 2026 +0300

    IGNITE-28116 Update commons-lang3 version (#12870)
---
 modules/rest-http/pom.xml | 6 ------
 parent/pom.xml            | 3 +--
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml
index 1f108ed2b5a..f6f86b1ae3b 100644
--- a/modules/rest-http/pom.xml
+++ b/modules/rest-http/pom.xml
@@ -52,12 +52,6 @@
             <artifactId>ignite-json</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <version>${commons.lang.version}</version>
-        </dependency>
-
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-http</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 8e5791d4a22..0b28e0f5990 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -68,7 +68,6 @@
         <!-- Dependency versions -->
         <commons.codec.version>1.20.0</commons.codec.version>
         <commons.collections.version>3.2.2</commons.collections.version>
-        <commons.lang.version>2.6</commons.lang.version>
         <commons.io.version>2.21.0</commons.io.version>
         <commons.dbcp.version>1.4</commons.dbcp.version>
         <cron4j.version>2.2.5</cron4j.version>
@@ -114,7 +113,7 @@
         <zookeeper.version>3.9.4</zookeeper.version>
         <zstd.version>1.5.5-5</zstd.version>
         <opencensus.version>0.31.1</opencensus.version>
-        <commons.lang3.version>3.18.0</commons.lang3.version>
+        <commons.lang3.version>3.20.0</commons.lang3.version>
         <ignite-kafka-ext.version>1.0.0</ignite-kafka-ext.version>
         <xstream.version>1.4.17</xstream.version>
 

Reply via email to