Skip to content

Commit 88ac0fd

Browse files
fix(deps): update dependency org.assertj:assertj-core to v3.25.3 (#10405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c2e396 commit 88ac0fd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conventions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ dependencies {
7373
testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
7474
testImplementation("org.junit.jupiter:junit-jupiter-api")
7575
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
76-
testImplementation("org.assertj:assertj-core:3.25.2")
76+
testImplementation("org.assertj:assertj-core:3.25.3")
7777
}

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ val DEPENDENCIES = listOf(
9898
"io.netty:netty:3.10.6.Final",
9999
"io.opentelemetry.contrib:opentelemetry-aws-xray-propagator:1.28.0-alpha",
100100
"io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha",
101-
"org.assertj:assertj-core:3.25.2",
101+
"org.assertj:assertj-core:3.25.3",
102102
"org.awaitility:awaitility:4.2.0",
103103
"com.google.code.findbugs:annotations:3.0.1u2",
104104
"com.google.code.findbugs:jsr305:3.0.2",

examples/distro/gradle/instrumentation.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
// test dependencies
2626
testImplementation("io.opentelemetry.javaagent:opentelemetry-testing-common")
2727
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
28-
testImplementation("org.assertj:assertj-core:3.25.2")
28+
testImplementation("org.assertj:assertj-core:3.25.3")
2929

3030
add("codegen", "io.opentelemetry.javaagent:opentelemetry-javaagent-tooling:${versions.opentelemetryJavaagentAlpha}")
3131
add("muzzleBootstrap", "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations-support:${versions.opentelemetryJavaagentAlpha}")

gradle-plugins/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141

4242
implementation("com.github.johnrengelman:shadow:8.1.1")
4343

44-
testImplementation("org.assertj:assertj-core:3.25.2")
44+
testImplementation("org.assertj:assertj-core:3.25.3")
4545

4646
testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
4747
testImplementation("org.junit.jupiter:junit-jupiter-api")

0 commit comments

Comments
 (0)