Update to okhttp3:okhttp 3.14.9

Closes gh-238
This commit is contained in:
Joe Grandja 2021-02-11 20:36:51 -05:00
parent 277565599a
commit d6d74bc843

View File

@ -32,7 +32,7 @@ dependencyManagement {
dependency 'org.assertj:assertj-core:3.18.1'
dependency 'org.mockito:mockito-core:3.6.28'
dependency "com.squareup.okhttp3:mockwebserver:3.14.9"
dependency "com.squareup.okhttp3:okhttp:3.+"
dependency "com.squareup.okhttp3:okhttp:3.14.9"
dependency "com.jayway.jsonpath:json-path:2.+"
}
}