Skip to content

Commit 824aef5

Browse files
Update dependency org.junit:junit-bom to v5.12.0 (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dcf0b3f commit 824aef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-table-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131

3232
// Test dependencies
3333
testImplementation("org.apache.flink:flink-test-utils:$flinkVersion")
34-
testImplementation(platform("org.junit:junit-bom:5.10.0"))
34+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
3535
testImplementation("org.junit.jupiter:junit-jupiter")
3636
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
3737
}

0 commit comments

Comments
 (0)