diff --git a/i18n/build.gradle.kts b/i18n/build.gradle.kts index 436feb9..0fc5928 100644 --- a/i18n/build.gradle.kts +++ b/i18n/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { annotationProcessor("org.projectlombok:lombok:1.18.34") - testImplementation("org.junit.jupiter:junit-jupiter:5.11.0-M2") + testImplementation("org.junit.jupiter:junit-jupiter:5.11.0-SNAPSHOT") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }