Update to okhttp:4.10.0

Closes gh-904
This commit is contained in:
Joe Grandja
2022-09-20 14:31:08 -04:00
parent 9c0ca08e68
commit dc142cb253

View File

@@ -16,8 +16,8 @@ dependencies {
api "junit:junit:4.13.2"
api "org.assertj:assertj-core:3.23.1"
api "org.mockito:mockito-core:4.8.0"
api "com.squareup.okhttp3:mockwebserver:4.9.3"
api "com.squareup.okhttp3:okhttp:4.9.3"
api "com.squareup.okhttp3:mockwebserver:4.10.0"
api "com.squareup.okhttp3:okhttp:4.10.0"
api "com.jayway.jsonpath:json-path:2.7.0"
api "org.hsqldb:hsqldb:2.5.2"
}