Skip to content

Commit d9c3d9b

Browse files
authored
Update okhttp to fix CVE-2023-3635 (#1503)
1 parent 16841e5 commit d9c3d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ subprojects {
5353
dependencies {
5454
api "com.carrotsearch.thirdparty:simple-xml-safe:2.7.1"
5555
api "com.google.guava:guava:32.0.1-jre"
56-
api "com.squareup.okhttp3:okhttp:4.11.0"
56+
api "com.squareup.okhttp3:okhttp:4.12.0"
5757
api "com.fasterxml.jackson.core:jackson-annotations:2.15.2"
5858
api "com.fasterxml.jackson.core:jackson-core:2.15.2"
5959
api "com.fasterxml.jackson.core:jackson-databind:2.15.2"
@@ -62,7 +62,7 @@ subprojects {
6262
api "org.xerial.snappy:snappy-java:1.1.10.1"
6363
compileOnly "com.github.spotbugs:spotbugs-annotations:4.7.3"
6464

65-
testImplementation "com.squareup.okhttp3:mockwebserver:4.11.0"
65+
testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"
6666
testImplementation "junit:junit:4.13.2"
6767
}
6868

0 commit comments

Comments
 (0)