File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,5 +73,5 @@ dependencies {
7373 testImplementation(enforcedPlatform(" org.junit:junit-bom:5.10.1" ))
7474 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
7575 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
76- testImplementation(" org.assertj:assertj-core:3.24.2 " )
76+ testImplementation(" org.assertj:assertj-core:3.25.3 " )
7777}
Original file line number Diff line number Diff 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.24.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" ,
Original file line number Diff line number Diff 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.24.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} " )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
4141
4242 implementation(" gradle.plugin.com.github.johnrengelman:shadow:8.0.0" )
4343
44- testImplementation(" org.assertj:assertj-core:3.24.2 " )
44+ testImplementation(" org.assertj:assertj-core:3.25.3 " )
4545
4646 testImplementation(enforcedPlatform(" org.junit:junit-bom:5.10.1" ))
4747 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
You can’t perform that action at this time.
0 commit comments