Update to okhttp 4.11.0

Closes gh-1368
This commit is contained in:
Joe Grandja
2023-09-19 06:31:40 -04:00
parent a550240eb0
commit ccc5030e03

View File

@@ -16,8 +16,8 @@ dependencies {
api "org.junit.jupiter:junit-jupiter:5.10.0"
api "org.assertj:assertj-core:3.24.2"
api "org.mockito:mockito-core:4.11.0"
api "com.squareup.okhttp3:mockwebserver:4.10.0"
api "com.squareup.okhttp3:okhttp:4.10.0"
api "com.squareup.okhttp3:mockwebserver:4.11.0"
api "com.squareup.okhttp3:okhttp:4.11.0"
api "com.jayway.jsonpath:json-path:2.8.0"
api "org.hsqldb:hsqldb:2.7.2"
}