Skip to content

Commit 353e80c

Browse files
fix(deps): update junit-framework monorepo to v5.14.1
1 parent ba26be1 commit 353e80c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

benchmark-overhead/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
implementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
19+
implementation(enforcedPlatform("org.junit:junit-bom:5.14.1"))
2020

2121
testImplementation(platform("org.testcontainers:testcontainers-bom:2.0.1"))
2222
testImplementation("org.testcontainers:testcontainers:2.0.1")

conventions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.3.0")
7171
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.6")
7272

73-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
73+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.14.1"))
7474
testImplementation("org.junit.jupiter:junit-jupiter-api")
7575
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
7676
testImplementation("org.assertj:assertj-core:3.27.6")

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ val CORE_DEPENDENCIES = listOf(
8080
// There are dependencies included here that appear to have no usages, but are maintained at
8181
// this top level to help consistently satisfy large numbers of transitive dependencies.
8282
val DEPENDENCIES = listOf(
83-
"org.junit.jupiter:junit-jupiter-api:5.14.0",
83+
"org.junit.jupiter:junit-jupiter-api:5.14.1",
8484

8585
"io.r2dbc:r2dbc-proxy:1.1.6.RELEASE",
8686
"ch.qos.logback:logback-classic:1.3.16", // 1.4+ requires Java 11+

examples/distro/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ subprojects {
6969

7070
testImplementation("org.mockito:mockito-core:5.20.0")
7171

72-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
72+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.14.1"))
7373
testImplementation("org.junit.jupiter:junit-jupiter-api")
7474
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
7575
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

examples/extension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencies {
105105
testImplementation("io.opentelemetry:opentelemetry-api")
106106
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha")
107107

108-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
108+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.14.1"))
109109
testImplementation("org.junit.jupiter:junit-jupiter-api")
110110
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
111111
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

gradle-plugins/build.gradle.kts

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

4545
testImplementation("org.assertj:assertj-core:3.27.6")
4646

47-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
47+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.14.1"))
4848
testImplementation("org.junit.jupiter:junit-jupiter-api")
4949
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
5050
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)