diff --git a/build.gradle b/build.gradle index 6fb550c5..2c33fa72 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.11.4')) + testImplementation(platform('org.junit:junit-bom:5.12.1')) testImplementation('org.junit.jupiter:junit-jupiter:5.11.4') // https://mvnrepository.com/artifact/org.mockito/mockito-core testImplementation 'org.mockito:mockito-core:4.9.0'