diff --git a/build.gradle b/build.gradle index 6920c47f..467fd1cf 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { // https://mvnrepository.com/artifact/org.mockito/mockito-core testImplementation 'org.mockito:mockito-core:4.9.0' testImplementation 'org.hamcrest:hamcrest:3.0' - testImplementation 'com.squareup.okio:okio:3.9.1' + testImplementation 'com.squareup.okio:okio:3.10.2' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'