diff --git a/build.gradle b/build.gradle index c1c89b0..be18e6f 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ configurations { } dependencies { - testImplementation platform('org.junit:junit-bom:6.0.2') + testImplementation platform('org.junit:junit-bom:6.0.3') testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3' testImplementation 'org.junit.platform:junit-platform-launcher:6.0.3' testImplementation 'org.mockito:mockito-core:5.21.0'