diff --git a/build.gradle b/build.gradle index f1fdda39..515ce1f5 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { api 'com.squareup.okhttp3:okhttp:[4.10.0,5.0.0)' // Use JUnit test framework - testImplementation(platform('org.junit:junit-bom:5.10.0')) + testImplementation(platform('org.junit:junit-bom:5.10.1')) testImplementation('org.junit.jupiter:junit-jupiter:5.10.0') // https://mvnrepository.com/artifact/org.mockito/mockito-core testImplementation 'org.mockito:mockito-core:4.9.0'