fix(deps): update junit5 monorepo to v5.12.2 (patch) (#13699)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-14 08:11:45 +03:00 committed by GitHub
parent 298adf18c3
commit d370715a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@ repositories {
}
dependencies {
implementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
implementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
testImplementation("org.testcontainers:testcontainers:1.20.6")
testImplementation("org.testcontainers:postgresql:1.20.6")

View File

@ -71,7 +71,7 @@ dependencies {
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.6")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testImplementation("org.assertj:assertj-core:3.27.3")

View File

@ -81,7 +81,7 @@ val CORE_DEPENDENCIES = listOf(
// There are dependencies included here that appear to have no usages, but are maintained at
// this top level to help consistently satisfy large numbers of transitive dependencies.
val DEPENDENCIES = listOf(
"org.junit.jupiter:junit-jupiter-api:5.12.1",
"org.junit.jupiter:junit-jupiter-api:5.12.2",
"org.spockframework:spock-core:2.4-M5-groovy-4.0",
"org.spockframework:spock-junit4:2.4-M5-groovy-4.0",

View File

@ -69,7 +69,7 @@ subprojects {
testImplementation("org.mockito:mockito-core:5.17.0")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

View File

@ -104,7 +104,7 @@ dependencies {
testImplementation("io.opentelemetry:opentelemetry-api")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

View File

@ -44,7 +44,7 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.27.3")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

View File

@ -10,7 +10,7 @@ dependencies {
implementation("org.yaml:snakeyaml:2.4")
implementation("io.opentelemetry:opentelemetry-sdk-common")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
testImplementation("org.assertj:assertj-core:3.27.3")
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")