Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Upgrade okhttp to 4.9.0 (#749)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro authored Sep 29, 2020
1 parent 640fa35 commit d444df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext.slf4jVersion = getProperty('slf4jVersion','1.7.28')
ext.gsonVersion = getProperty('gsonVersion','2.8.6')
ext.tracerResolverVersion = getProperty('tracerResolverVersion','0.1.8')
ext.micrometerVersion = getProperty('micrometerVersion','1.2.0')
ext.okhttpVersion = getProperty('okhttpVersion','4.2.2')
ext.okhttpVersion = getProperty('okhttpVersion','4.9.0')

ext.junitVersion = '4.12'
ext.mockitoVersion = '2.12.0'
Expand Down

0 comments on commit d444df2

Please sign in to comment.