We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16841e5 commit d9c3d9bCopy full SHA for d9c3d9b
1 file changed
build.gradle
@@ -53,7 +53,7 @@ subprojects {
53
dependencies {
54
api "com.carrotsearch.thirdparty:simple-xml-safe:2.7.1"
55
api "com.google.guava:guava:32.0.1-jre"
56
- api "com.squareup.okhttp3:okhttp:4.11.0"
+ api "com.squareup.okhttp3:okhttp:4.12.0"
57
api "com.fasterxml.jackson.core:jackson-annotations:2.15.2"
58
api "com.fasterxml.jackson.core:jackson-core:2.15.2"
59
api "com.fasterxml.jackson.core:jackson-databind:2.15.2"
@@ -62,7 +62,7 @@ subprojects {
62
api "org.xerial.snappy:snappy-java:1.1.10.1"
63
compileOnly "com.github.spotbugs:spotbugs-annotations:4.7.3"
64
65
- testImplementation "com.squareup.okhttp3:mockwebserver:4.11.0"
+ testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"
66
testImplementation "junit:junit:4.13.2"
67
}
68
0 commit comments