fix(deps): update dependency org.assertj:assertj-core to v3.27.3 (#13065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
93b654e803
commit
715a172847
|
@ -74,5 +74,5 @@ dependencies {
|
||||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
|
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
|
||||||
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.27.2")
|
testImplementation("org.assertj:assertj-core:3.27.3")
|
||||||
}
|
}
|
||||||
|
|
|
@ -105,7 +105,7 @@ val DEPENDENCIES = listOf(
|
||||||
"io.opentelemetry.contrib:opentelemetry-baggage-processor:${otelContribVersion}",
|
"io.opentelemetry.contrib:opentelemetry-baggage-processor:${otelContribVersion}",
|
||||||
"io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha",
|
"io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha",
|
||||||
"io.opentelemetry:opentelemetry-extension-annotations:1.18.0", // deprecated, no longer part of bom
|
"io.opentelemetry:opentelemetry-extension-annotations:1.18.0", // deprecated, no longer part of bom
|
||||||
"org.assertj:assertj-core:3.27.2",
|
"org.assertj:assertj-core:3.27.3",
|
||||||
"org.awaitility:awaitility:4.2.2",
|
"org.awaitility:awaitility:4.2.2",
|
||||||
"com.google.code.findbugs:annotations:3.0.1u2",
|
"com.google.code.findbugs:annotations:3.0.1u2",
|
||||||
"com.google.code.findbugs:jsr305:3.0.2",
|
"com.google.code.findbugs:jsr305:3.0.2",
|
||||||
|
|
|
@ -25,7 +25,7 @@ dependencies {
|
||||||
// test dependencies
|
// test dependencies
|
||||||
testImplementation("io.opentelemetry.javaagent:opentelemetry-testing-common")
|
testImplementation("io.opentelemetry.javaagent:opentelemetry-testing-common")
|
||||||
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
|
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
|
||||||
testImplementation("org.assertj:assertj-core:3.27.2")
|
testImplementation("org.assertj:assertj-core:3.27.3")
|
||||||
|
|
||||||
add("codegen", "io.opentelemetry.javaagent:opentelemetry-javaagent-tooling:${versions.opentelemetryJavaagentAlpha}")
|
add("codegen", "io.opentelemetry.javaagent:opentelemetry-javaagent-tooling:${versions.opentelemetryJavaagentAlpha}")
|
||||||
add("muzzleBootstrap", "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations-support:${versions.opentelemetryJavaagentAlpha}")
|
add("muzzleBootstrap", "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations-support:${versions.opentelemetryJavaagentAlpha}")
|
||||||
|
|
|
@ -42,7 +42,7 @@ dependencies {
|
||||||
|
|
||||||
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
|
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
|
||||||
|
|
||||||
testImplementation("org.assertj:assertj-core:3.27.2")
|
testImplementation("org.assertj:assertj-core:3.27.3")
|
||||||
|
|
||||||
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
|
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||||
|
|
Loading…
Reference in New Issue