diff --git a/build.gradle b/build.gradle index af76175..8d02b90 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ subprojects { testImplementation 'org.mockito:mockito-core:5.14.1' testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testRuntimeOnly('org.junit.platform:junit-platform-launcher') { because 'This artifact will not be added automatically since gradle 9.0. You can read more information here:' +