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

Commit

Permalink
Bump okhttp to 4.9.3 (#834)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jun 30, 2022
1 parent c0484d9 commit 7d5dcb8
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.9.0')
ext.tracerResolverVersion = getProperty('tracerResolverVersion','0.1.8')
ext.micrometerVersion = getProperty('micrometerVersion','1.2.0')
ext.okhttpVersion = getProperty('okhttpVersion','4.9.0')
ext.okhttpVersion = getProperty('okhttpVersion','4.9.3')

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

0 comments on commit 7d5dcb8

Please sign in to comment.