diff --git a/build.gradle b/build.gradle index fc7febc..534d55f 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ configurations { dependencies { testImplementation platform('org.junit:junit-bom:6.1.1') testImplementation 'org.junit.jupiter:junit-jupiter:6.1.1' - testImplementation 'org.junit.platform:junit-platform-launcher:6.1.1' + testImplementation 'org.junit.platform:junit-platform-launcher:6.1.2' testImplementation 'org.mockito:mockito-core:5.23.0' mockitoAgent('org.mockito:mockito-core:5.23.0') { transitive = false