diff --git a/build.gradle b/build.gradle index c6d0fc58..fc2f7557 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.3')) + testImplementation(platform('org.junit:junit-bom:5.11.4')) testImplementation('org.junit.jupiter:junit-jupiter:5.11.3') // https://mvnrepository.com/artifact/org.mockito/mockito-core testImplementation 'org.mockito:mockito-core:4.9.0'