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:
parent
2fc47b59e0
commit
bb63409c63
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue