Skip to content

Commit 05a426a

Browse files
Update junit5 monorepo to v5.12.0 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89a6389 commit 05a426a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.10.2"
34+
val junitVersion = "5.12.0"
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
@@ -7,7 +7,7 @@ dependencies {
77
implementation("org.apache.avro:avro:1.12.0")
88

99
// Test dependencies
10-
testImplementation(platform("org.junit:junit-bom:5.10.0"))
10+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
1111
testImplementation("org.junit.jupiter:junit-jupiter")
1212
testImplementation("org.junit.jupiter:junit-jupiter-params")
1313
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.10.0"))
7+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
88
testImplementation("org.junit.jupiter:junit-jupiter")
99
testImplementation("org.junit.jupiter:junit-jupiter-params")
1010
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

0 commit comments

Comments
 (0)