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

yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
     new f68a07fb37 [chore](deps) update bdbje tp doris bdbje, update libhdfs3 
to improve performance (#11497)
f68a07fb37 is described below

commit f68a07fb3787a81aecfc28be9983019eefdb6d36
Author: Zhengguo Yang <yangz...@gmail.com>
AuthorDate: Thu Aug 4 17:10:56 2022 +0800

    [chore](deps) update bdbje tp doris bdbje, update libhdfs3 to improve 
performance (#11497)
---
 fe/fe-core/pom.xml      | 2 +-
 fe/pom.xml              | 4 ++--
 thirdparty/CHANGELOG.md | 4 ++++
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index d74c7105db..6d09f3d62a 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -176,7 +176,7 @@ under the License.
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>com.sleepycat</groupId>
+            <groupId>org.apache.doris</groupId>
             <artifactId>je</artifactId>
         </dependency>
         <!-- https://mvnrepository.com/artifact/org.mortbay.jetty/jetty -->
diff --git a/fe/pom.xml b/fe/pom.xml
index 68e36d6039..311dc86f71 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -139,7 +139,7 @@ under the License.
         <java-cup.version>0.11-a-czt02-cdh</java-cup.version>
         <javassist.version>3.18.2-GA</javassist.version>
         <javax.servlet-api.version>3.0.1</javax.servlet-api.version>
-        <je.version>18.3.12</je.version>
+        <je.version>18.3.13-doris-SNAPSHOT</je.version>
         <jetty.version>6.1.14</jetty.version>
         <jflex.version>1.4.3</jflex.version>
         <jmockit.version>1.49</jmockit.version>
@@ -349,7 +349,7 @@ under the License.
                 <scope>provided</scope>
             </dependency>
             <dependency>
-                <groupId>com.sleepycat</groupId>
+                <groupId>org.apache.doris</groupId>
                 <artifactId>je</artifactId>
                 <version>${je.version}</version>
             </dependency>
diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md
index 4a936be5fc..ae9b8c31f8 100644
--- a/thirdparty/CHANGELOG.md
+++ b/thirdparty/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 This file contains version of the third-party dependency libraries in the 
build-env image. The docker build-env image is apache/doris, and the tag is 
`build-env-${version}`
 
+## v20220812
+
+- Modified: libhdfs3 2.3.1 -> 2.3.2
+
 ## v20220613
 - Modified: update libhdfs3 from 2.3.0 to 2.3.1  fix client uuid set error
 


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

Reply via email to