Skip to content

Commit d370715

Browse files
fix(deps): update junit5 monorepo to v5.12.2 (patch) (#13699)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 298adf1 commit d370715

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.12.1"))
19+
implementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
2020

2121
testImplementation("org.testcontainers:testcontainers:1.20.6")
2222
testImplementation("org.testcontainers:postgresql:1.20.6")

conventions/build.gradle.kts

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

74-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
74+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
7575
testImplementation("org.junit.jupiter:junit-jupiter-api")
7676
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
7777
testImplementation("org.assertj:assertj-core:3.27.3")

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ val CORE_DEPENDENCIES = listOf(
8181
// There are dependencies included here that appear to have no usages, but are maintained at
8282
// this top level to help consistently satisfy large numbers of transitive dependencies.
8383
val DEPENDENCIES = listOf(
84-
"org.junit.jupiter:junit-jupiter-api:5.12.1",
84+
"org.junit.jupiter:junit-jupiter-api:5.12.2",
8585
"org.spockframework:spock-core:2.4-M5-groovy-4.0",
8686
"org.spockframework:spock-junit4:2.4-M5-groovy-4.0",
8787

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.17.0")
7171

72-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
72+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
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
@@ -104,7 +104,7 @@ dependencies {
104104
testImplementation("io.opentelemetry:opentelemetry-api")
105105
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha")
106106

107-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
107+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
108108
testImplementation("org.junit.jupiter:junit-jupiter-api")
109109
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
110110
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.3")
4646

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

instrumentation-docs/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation("org.yaml:snakeyaml:2.4")
1111
implementation("io.opentelemetry:opentelemetry-sdk-common")
1212

13-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
13+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
1414
testImplementation("org.assertj:assertj-core:3.27.3")
1515
testImplementation("org.junit.jupiter:junit-jupiter-api")
1616
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

0 commit comments

Comments
 (0)