From d9c3d9bb25d8be060a6324b3d85034df87ed654f Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 23 Oct 2023 17:22:41 +0100 Subject: [PATCH] Update okhttp to fix CVE-2023-3635 (#1503) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3a8956842..38161bce2 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ subprojects { dependencies { api "com.carrotsearch.thirdparty:simple-xml-safe:2.7.1" api "com.google.guava:guava:32.0.1-jre" - api "com.squareup.okhttp3:okhttp:4.11.0" + api "com.squareup.okhttp3:okhttp:4.12.0" api "com.fasterxml.jackson.core:jackson-annotations:2.15.2" api "com.fasterxml.jackson.core:jackson-core:2.15.2" api "com.fasterxml.jackson.core:jackson-databind:2.15.2" @@ -62,7 +62,7 @@ subprojects { api "org.xerial.snappy:snappy-java:1.1.10.1" compileOnly "com.github.spotbugs:spotbugs-annotations:4.7.3" - testImplementation "com.squareup.okhttp3:mockwebserver:4.11.0" + testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0" testImplementation "junit:junit:4.13.2" }