This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new c9e9629017b branch-4.1: [chore](deps) Upgrade vulnerable FE
dependencies #65700 (#66126)
c9e9629017b is described below
commit c9e9629017bced1a6b24b72c6996810d764bd37f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 30 08:42:53 2026 +0800
branch-4.1: [chore](deps) Upgrade vulnerable FE dependencies #65700 (#66126)
Cherry-picked from #65700
Co-authored-by: Calvin Kirs <[email protected]>
---
fe/fe-core/pom.xml | 2 +-
fe/pom.xml | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index abcffd7d058..50cfbee1a46 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -558,7 +558,7 @@ under the License.
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.7.3</version>
+ <version>${postgresql.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/fe/pom.xml b/fe/pom.xml
index 120536c08da..0d0dbc0bf81 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -256,13 +256,13 @@ under the License.
<cglib.version>2.2</cglib.version>
<commons-cli.version>1.4</commons-cli.version>
<commons-filerupload.version>1.6.0</commons-filerupload.version>
- <commons-configuration2.version>2.11.0</commons-configuration2.version>
+ <commons-configuration2.version>2.15.1</commons-configuration2.version>
<commons-codec.version>1.13</commons-codec.version>
<commons-lang3.version>3.19.0</commons-lang3.version>
<commons-net.version>3.13.0</commons-net.version>
<commons-pool2.version>2.2</commons-pool2.version>
<commons-pool.version>1.5.1</commons-pool.version>
- <commons-text.version>1.10.0</commons-text.version>
+ <commons-text.version>1.15.0</commons-text.version>
<commons-math3.version>3.6.1</commons-math3.version>
<commons-validator.version>1.9.0</commons-validator.version>
<gson.version>2.10.1</gson.version>
@@ -355,6 +355,7 @@ under the License.
<httpcore.version>4.4.15</httpcore.version>
<aws-java-sdk.version>1.12.669</aws-java-sdk.version>
<mariadb-java-client.version>3.0.9</mariadb-java-client.version>
+ <postgresql.version>42.7.13</postgresql.version>
<hadoop.version>3.4.2</hadoop.version>
<re2j.version>1.8</re2j.version>
<hadoop.thirdparty.guava.version>1.2.0</hadoop.thirdparty.guava.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]