Skip to content

Commit

Permalink
Update okhttp to fix CVE-2023-3635 (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
inuyasha82 committed Oct 23, 2023
1 parent 16841e5 commit d9c3d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}

Expand Down

0 comments on commit d9c3d9b

Please sign in to comment.