diff --git a/build.gradle.kts b/build.gradle.kts index 1151896..3fa8efd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { testImplementation("org.apache.flink:flink-test-utils:$flinkVersion") testImplementation("org.apache.flink:flink-core:$flinkVersion:tests") - testImplementation(platform("org.junit:junit-bom:5.10.3")) + testImplementation(platform("org.junit:junit-bom:5.11.0")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.vintage:junit-vintage-engine") }