You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/10/23 15:30:07 UTC

[doris] branch master updated: [deps](fe)upgrade commons-text to 1.10.0 (#13562)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 477b28efac [deps](fe)upgrade commons-text to 1.10.0 (#13562)
477b28efac is described below

commit 477b28efac23c8aff1bfcbb7f2eb39afb11f3a70
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Sun Oct 23 23:30:02 2022 +0800

    [deps](fe)upgrade commons-text to 1.10.0 (#13562)
---
 dist/LICENSE-dist.txt | 2 ++
 fe/fe-core/pom.xml    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dist/LICENSE-dist.txt b/dist/LICENSE-dist.txt
index 80a6c4bdaa..4403b5a519 100644
--- a/dist/LICENSE-dist.txt
+++ b/dist/LICENSE-dist.txt
@@ -1282,6 +1282,8 @@ The Apache Software License, Version 2.0
         - org.apache.zookeeper:zookeeper:3.4.6 (no url defined)
     * commons-beanutils:
         - commons-beanutils:commons-beanutils:1.7.0 (no url defined)
+    * commons-text:
+        - corg.apache.commons:commons-text:1.10.0 (no url defined) 
     * oro:
         - oro:oro:2.0.8 (no url defined)
     * je:
diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index f00c59ec56..da0848aad6 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -127,7 +127,7 @@ under the License.
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-text</artifactId>
-            <version>1.9</version>
+            <version>1.10.0</version>
         </dependency>
         <!-- https://mvnrepository.com/artifact/cglib/cglib -->
         <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org