From 5d727260ab71e9425eb221f880166a00c160ec4d Mon Sep 17 00:00:00 2001 From: yyin-talend Date: Fri, 31 Oct 2025 09:46:54 +0800 Subject: [PATCH 1/4] upgrade commons-lang3 from 3.11 to 3.18.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4d6b7858b8a7b..71a595f1e2d60 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ 1.15 1.26.0 2.18.0 - 3.11 + 3.18.0 1.2 1.10.0 1.1 From 2793c4333c313a7cf255291441601fff9932eea5 Mon Sep 17 00:00:00 2001 From: yyin-talend Date: Mon, 3 Nov 2025 21:36:37 +0800 Subject: [PATCH 2/4] bump commons-lang3 in sample-connector --- sample-parent/sample-connector/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-parent/sample-connector/pom.xml b/sample-parent/sample-connector/pom.xml index b37346a2852e2..19f9c285ba558 100644 --- a/sample-parent/sample-connector/pom.xml +++ b/sample-parent/sample-connector/pom.xml @@ -42,7 +42,7 @@ org.apache.commons commons-lang3 - 3.12.0 + 3.18.0 org.apache.commons From 9f09b9dd4b43049ac9d6c236a1c779f64d411a64 Mon Sep 17 00:00:00 2001 From: yyin-talend Date: Tue, 4 Nov 2025 19:47:35 +0800 Subject: [PATCH 3/4] upgrade commons-codec,commons-io,commons-compress and commons-text --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 71a595f1e2d60..94f5810446ac5 100644 --- a/pom.xml +++ b/pom.xml @@ -188,12 +188,12 @@ 1.3 1.17 1.4 - 1.15 - 1.26.0 - 2.18.0 + 1.19 + 1.28.0 + 2.20.0 3.18.0 1.2 - 1.10.0 + 1.14.0 1.1 2.5.2 1.6.0 From d55f94c8b83921d83a05e33c39cdc24fd6bf530d Mon Sep 17 00:00:00 2001 From: yyin Date: Tue, 4 Nov 2025 20:00:13 +0800 Subject: [PATCH 4/4] Update commons-codec.version to 1.19.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 94f5810446ac5..5685a78f31d2c 100644 --- a/pom.xml +++ b/pom.xml @@ -188,7 +188,7 @@ 1.3 1.17 1.4 - 1.19 + 1.19.0 1.28.0 2.20.0 3.18.0