Update to com.squareup.okhttp3:okhttp:4.10.0

Closes gh-842
This commit is contained in:
Joe Grandja
2022-08-01 15:29:05 -04:00
parent 589043df3b
commit 338e6f703d

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.6.1"
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"
}