diff --git a/build.gradle b/build.gradle index 6099ef331..00334217d 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ subprojects { dependencies { compile "com.carrotsearch.thirdparty:simple-xml-safe:2.7.1" compile "com.google.guava:guava:30.1.1-jre" - compile "com.squareup.okhttp3:okhttp:4.8.1" + compile "com.squareup.okhttp3:okhttp:4.10.0" compile "com.fasterxml.jackson.core:jackson-annotations:2.13.2" compile "com.fasterxml.jackson.core:jackson-core:2.13.2" compile "com.fasterxml.jackson.core:jackson-databind:2.13.2.2" @@ -63,7 +63,7 @@ subprojects { compileOnly "com.github.spotbugs:spotbugs-annotations:4.1.2" testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1" - testImplementation "junit:junit:4.13" + testImplementation "junit:junit:4.13.2" } [compileJava, compileTestJava].each() { @@ -362,7 +362,7 @@ import org.gradle.internal.os.OperatingSystem; project(':functional') { dependencies { - compile "junit:junit:4.13" + compile "junit:junit:4.13.2" compile project(':api') compile project(':adminapi') }