fix(deps): update junit-framework monorepo to v5.13.3 (patch) (#14182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
89e755feef
commit
aee5c486d6
|
|
@ -16,7 +16,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(enforcedPlatform("org.junit:junit-bom:5.13.2"))
|
||||
implementation(enforcedPlatform("org.junit:junit-bom:5.13.3"))
|
||||
|
||||
testImplementation("org.testcontainers:testcontainers:1.21.3")
|
||||
testImplementation("org.testcontainers:postgresql:1.21.3")
|
||||
|
|
|
|||
|
|
@ -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.13.2"))
|
||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.3"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||
testImplementation("org.assertj:assertj-core:3.27.3")
|
||||
|
|
|
|||
|
|
@ -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.13.2",
|
||||
"org.junit.jupiter:junit-jupiter-api:5.13.3",
|
||||
"org.spockframework:spock-core:2.4-M6-groovy-4.0",
|
||||
"org.spockframework:spock-junit4:2.4-M6-groovy-4.0",
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ subprojects {
|
|||
|
||||
testImplementation("org.mockito:mockito-core:5.18.0")
|
||||
|
||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.2"))
|
||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.3"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ dependencies {
|
|||
testImplementation("io.opentelemetry:opentelemetry-api")
|
||||
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha")
|
||||
|
||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.2"))
|
||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.3"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ dependencies {
|
|||
|
||||
testImplementation("org.assertj:assertj-core:3.27.3")
|
||||
|
||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.2"))
|
||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.3"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ dependencies {
|
|||
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1")
|
||||
implementation("io.opentelemetry:opentelemetry-sdk-common")
|
||||
|
||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.2"))
|
||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.3"))
|
||||
testImplementation("org.assertj:assertj-core:3.27.3")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||
|
|
|
|||
Loading…
Reference in New Issue