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/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a8837c  [Maven][Dependency][Bug][DOE] fix sync es metadata issue on 
jdk 13 (#6250)
7a8837c is described below

commit 7a8837c9620eb04c6fda9f3a260f376bfde1a0dd
Author: Kuncle <[email protected]>
AuthorDate: Sun Jul 18 22:16:38 2021 +0800

    [Maven][Dependency][Bug][DOE] fix sync es metadata issue on jdk 13 (#6250)
---
 fe/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index c0c3f50..0aec93d 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -462,28 +462,28 @@ under the License.
             <dependency>
                 <groupId>com.squareup.okhttp3</groupId>
                 <artifactId>logging-interceptor</artifactId>
-                <version>3.4.1</version>
+                <version>4.7.2</version>
             </dependency>
 
             <!-- 
https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
             <dependency>
                 <groupId>com.squareup.okhttp3</groupId>
                 <artifactId>okhttp</artifactId>
-                <version>3.4.1</version>
+                <version>4.7.2</version>
             </dependency>
 
             <!-- 
https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp-ws -->
             <dependency>
                 <groupId>com.squareup.okhttp3</groupId>
                 <artifactId>okhttp-ws</artifactId>
-                <version>3.4.1</version>
+                <version>3.4.2</version>
             </dependency>
 
             <!-- https://mvnrepository.com/artifact/com.squareup.okio/okio -->
             <dependency>
                 <groupId>com.squareup.okio</groupId>
                 <artifactId>okio</artifactId>
-                <version>1.9.0</version>
+                <version>2.6.0</version>
             </dependency>
 
             <!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to