diff --git a/build.gradle b/build.gradle index be57778..7273d14 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ targetCompatibility = JavaVersion.VERSION_1_9 dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3' - testImplementation 'org.junit.platform:junit-platform-launcher:1.10.3' + testImplementation 'org.junit.platform:junit-platform-launcher:1.11.3' } java {