We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf0b3f commit 824aef5Copy full SHA for 824aef5
flink-table-api/build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
32
// Test dependencies
33
testImplementation("org.apache.flink:flink-test-utils:$flinkVersion")
34
- testImplementation(platform("org.junit:junit-bom:5.10.0"))
+ testImplementation(platform("org.junit:junit-bom:5.12.0"))
35
testImplementation("org.junit.jupiter:junit-jupiter")
36
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
37
}
0 commit comments