diff --git a/build.gradle.kts b/build.gradle.kts index 0c4ae08..b197f5f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,7 +64,7 @@ dependencies { annotationProcessor("cloud.commandframework:cloud-annotations:1.8.4") implementation("me.lucko:commodore:2.2") - testImplementation(platform("org.junit:junit-bom:5.12.2")) + testImplementation(platform("org.junit:junit-bom:5.14.1")) testImplementation("org.junit.jupiter:junit-jupiter") }