fix(deps): update dependency org.junit:junit-bom to v5.12.1 (#13526)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-14 16:28:18 +02:00 committed by GitHub
parent 2fc47b59e0
commit bb63409c63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ repositories {
}
dependencies {
implementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
implementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
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.0"))
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testImplementation("org.assertj:assertj-core:3.27.3")

View File

@ -69,7 +69,7 @@ subprojects {
testImplementation("org.mockito:mockito-core:5.16.0")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
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.0"))
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
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.0"))
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

View File

@ -9,7 +9,7 @@ otelJava {
dependencies {
implementation("org.yaml:snakeyaml:2.4")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
testImplementation("org.assertj:assertj-core:3.27.3")
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")