Update to com.squareup.okhttp3:4.9.3

Closes gh-755
This commit is contained in:
Joe Grandja
2022-05-24 09:37:13 -04:00
parent 90e09594d7
commit 76212f1018

View File

@@ -16,8 +16,8 @@ dependencies {
api "junit:junit:4.13.2"
api "org.assertj:assertj-core:3.22.0"
api "org.mockito:mockito-core:4.5.1"
api "com.squareup.okhttp3:mockwebserver:3.14.9"
api "com.squareup.okhttp3:okhttp:3.14.9"
api "com.squareup.okhttp3:mockwebserver:4.9.3"
api "com.squareup.okhttp3:okhttp:4.9.3"
api "com.jayway.jsonpath:json-path:2.7.0"
api "org.hsqldb:hsqldb:2.6.1"
}