diff --git a/build.gradle.kts b/build.gradle.kts index a99b087..e94da02 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.1")) + testImplementation(platform("org.junit:junit-bom:5.10.2")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.vintage:junit-vintage-engine") }