Skip to content

Commit

Permalink
THRIFT-5512: Update java dependencies
Browse files Browse the repository at this point in the history
Update java dependencies according to the suggestions from:
https://mvnrepository.com/artifact/org.apache.thrift/libthrift/0.15.0
  • Loading branch information
fishy committed Feb 9, 2022
1 parent acd19a8 commit 0b29261
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/java/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
commons-lang3.version=3.12

0 comments on commit 0b29261

Please sign in to comment.