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

Commit 7d5dcb8

Browse files
committed
Bump okhttp to 4.9.3 (#834)
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent c0484d9 commit 7d5dcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ext.slf4jVersion = getProperty('slf4jVersion','1.7.28')
2525
ext.gsonVersion = getProperty('gsonVersion','2.9.0')
2626
ext.tracerResolverVersion = getProperty('tracerResolverVersion','0.1.8')
2727
ext.micrometerVersion = getProperty('micrometerVersion','1.2.0')
28-
ext.okhttpVersion = getProperty('okhttpVersion','4.9.0')
28+
ext.okhttpVersion = getProperty('okhttpVersion','4.9.3')
2929

3030
ext.junitVersion = '4.12'
3131
ext.mockitoVersion = '2.12.0'

0 commit comments

Comments
 (0)