You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by yu...@apache.org on 2022/02/09 16:57:17 UTC

[thrift] branch 0.16.0 updated: THRIFT-5512: Update java dependencies

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

yuxuan pushed a commit to branch 0.16.0
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/0.16.0 by this push:
     new a8e3b75  THRIFT-5512: Update java dependencies
a8e3b75 is described below

commit a8e3b758af65feefcc55b5d46024a102a3ff494b
Author: Yuxuan 'fishy' Wang <yu...@reddit.com>
AuthorDate: Tue Feb 8 09:33:47 2022 -0800

    THRIFT-5512: Update java dependencies
    
    Update java dependencies according to the suggestions from:
    https://mvnrepository.com/artifact/org.apache.thrift/libthrift/0.15.0
---
 lib/java/gradle.properties | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/java/gradle.properties b/lib/java/gradle.properties
index fdd7e15..fbb194d 100644
--- a/lib/java/gradle.properties
+++ b/lib/java/gradle.properties
@@ -25,12 +25,12 @@ maven-repository-url=https://repository.apache.org/service/local/staging/deploy/
 maven-repository-id=apache.releases.https
 
 # Dependency versions
-httpclient.version=4.5.10
-httpcore.version=4.4.12
-slf4j.version=1.7.28
+httpclient.version=4.5.13
+httpcore.version=4.4.15
+slf4j.version=1.7.35
 servlet.version=4.0.1
 tomcat.embed.version=9.0.43
-junit.version=4.12
+junit.version=4.13.2
 mockito.version=1.10.19
 javax.annotation.version=1.3.2
-commons-lang3.version=3.12
\ No newline at end of file
+commons-lang3.version=3.12