Skip to content

Commit c550aa7

Browse files
Update junit5 monorepo to v5.12.1 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1bd8eb3 commit c550aa7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
subprojects {
3232
apply(plugin = "java")
3333

34-
val junitVersion = "5.12.0"
34+
val junitVersion = "5.12.1"
3535
val logbackVersion = "1.5.17"
3636
val slf4jVersion = "2.0.17"
3737

common/models/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation("org.slf4j:slf4j-api:2.0.17")
1010

1111
// Test dependencies
12-
testImplementation(platform("org.junit:junit-bom:5.12.0"))
12+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
1313
testImplementation("org.junit.jupiter:junit-jupiter")
1414
testImplementation("org.junit.jupiter:junit-jupiter-params")
1515
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

common/utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
// Test dependencies
7-
testImplementation(platform("org.junit:junit-bom:5.12.0"))
7+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
88
testImplementation("org.junit.jupiter:junit-jupiter")
99
testImplementation("org.junit.jupiter:junit-jupiter-params")
1010
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

data-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation("ch.qos.logback:logback-classic:1.4.14")
4141

4242
// Testing
43-
testImplementation(platform("org.junit:junit-bom:5.10.1"))
43+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
4444
testImplementation("org.junit.jupiter:junit-jupiter")
4545
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4646
testImplementation(project(":common:models"))

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.12.0"))
34+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
3535
testImplementation("org.junit.jupiter:junit-jupiter")
3636
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
3737
}

0 commit comments

Comments
 (0)