diff --git a/build.gradle b/build.gradle index 00bd3fb..45e20b2 100644 --- a/build.gradle +++ b/build.gradle @@ -21,9 +21,9 @@ configurations { } dependencies { - testImplementation platform('org.junit:junit-bom:6.0.1') + testImplementation platform('org.junit:junit-bom:6.0.2') testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' - testImplementation 'org.junit.platform:junit-platform-launcher:6.0.1' + testImplementation 'org.junit.platform:junit-platform-launcher:6.0.2' testImplementation 'org.mockito:mockito-core:5.21.0' mockitoAgent('org.mockito:mockito-core:5.21.0') { transitive = false