diff --git a/build.gradle b/build.gradle index fbbf47ff..d58c7b49 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,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.13.0')) 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'