fix(deps): update junit5 monorepo to v5.10.2 (#10402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
bb12290af8
commit
2c2e396ef2
|
@ -16,7 +16,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(enforcedPlatform("org.junit:junit-bom:5.10.1"))
|
implementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
|
||||||
|
|
||||||
testImplementation("org.testcontainers:testcontainers:1.19.4")
|
testImplementation("org.testcontainers:testcontainers:1.19.4")
|
||||||
testImplementation("org.testcontainers:postgresql:1.19.4")
|
testImplementation("org.testcontainers:postgresql:1.19.4")
|
||||||
|
|
|
@ -70,7 +70,7 @@ dependencies {
|
||||||
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0")
|
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0")
|
||||||
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.2")
|
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.2")
|
||||||
|
|
||||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.1"))
|
testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||||
testImplementation("org.assertj:assertj-core:3.25.2")
|
testImplementation("org.assertj:assertj-core:3.25.2")
|
||||||
|
|
|
@ -32,7 +32,7 @@ val DEPENDENCY_BOMS = listOf(
|
||||||
"org.apache.groovy:groovy-bom:${groovyVersion}",
|
"org.apache.groovy:groovy-bom:${groovyVersion}",
|
||||||
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
|
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
|
||||||
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
|
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
|
||||||
"org.junit:junit-bom:5.10.1",
|
"org.junit:junit-bom:5.10.2",
|
||||||
"org.testcontainers:testcontainers-bom:1.19.4",
|
"org.testcontainers:testcontainers-bom:1.19.4",
|
||||||
"org.spockframework:spock-bom:2.4-M1-groovy-4.0"
|
"org.spockframework:spock-bom:2.4-M1-groovy-4.0"
|
||||||
)
|
)
|
||||||
|
|
|
@ -34,7 +34,7 @@ subprojects {
|
||||||
opentelemetryJavaagentAlpha: "2.1.0-alpha-SNAPSHOT",
|
opentelemetryJavaagentAlpha: "2.1.0-alpha-SNAPSHOT",
|
||||||
|
|
||||||
autoservice : "1.1.1",
|
autoservice : "1.1.1",
|
||||||
junit : "5.10.1"
|
junit : "5.10.2"
|
||||||
]
|
]
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
|
|
|
@ -29,7 +29,7 @@ ext {
|
||||||
opentelemetryJavaagent : "2.1.0-SNAPSHOT",
|
opentelemetryJavaagent : "2.1.0-SNAPSHOT",
|
||||||
opentelemetryJavaagentAlpha: "2.1.0-alpha-SNAPSHOT",
|
opentelemetryJavaagentAlpha: "2.1.0-alpha-SNAPSHOT",
|
||||||
|
|
||||||
junit : "5.10.1"
|
junit : "5.10.2"
|
||||||
]
|
]
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
|
|
|
@ -43,7 +43,7 @@ dependencies {
|
||||||
|
|
||||||
testImplementation("org.assertj:assertj-core:3.25.2")
|
testImplementation("org.assertj:assertj-core:3.25.2")
|
||||||
|
|
||||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.1"))
|
testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-params")
|
testImplementation("org.junit.jupiter:junit-jupiter-params")
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||||
|
|
Loading…
Reference in New Issue