fix(deps): update junit5 monorepo to v5.11.4 (patch) (#12898)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-16 16:07:56 +00:00 committed by GitHub
parent b178439ada
commit d80f5bfe5f
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.11.3"))
implementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
testImplementation("org.testcontainers:testcontainers:1.20.4")
testImplementation("org.testcontainers:postgresql:1.20.4")

View File

@ -71,7 +71,7 @@ dependencies {
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.1.0")
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.5")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.3"))
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testImplementation("org.assertj:assertj-core:3.26.3")

View File

@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(
"org.apache.groovy:groovy-bom:${groovyVersion}",
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
"org.junit:junit-bom:5.11.3",
"org.junit:junit-bom:5.11.4",
"org.testcontainers:testcontainers-bom:1.20.4",
"org.spockframework:spock-bom:2.4-M4-groovy-4.0"
)

View File

@ -34,7 +34,7 @@ subprojects {
opentelemetryJavaagentAlpha: "2.11.0-alpha-SNAPSHOT",
autoservice : "1.1.1",
junit : "5.11.3"
junit : "5.11.4"
]
deps = [

View File

@ -29,7 +29,7 @@ ext {
opentelemetryJavaagent : "2.11.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.11.0-alpha-SNAPSHOT",
junit : "5.11.3"
junit : "5.11.4"
]
deps = [

View File

@ -43,7 +43,7 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.3"))
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")