File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,5 +73,5 @@ dependencies {
73
73
testImplementation(enforcedPlatform(" org.junit:junit-bom:5.10.2" ))
74
74
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
75
75
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 " )
77
77
}
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ val DEPENDENCIES = listOf(
98
98
" io.netty:netty:3.10.6.Final" ,
99
99
" io.opentelemetry.contrib:opentelemetry-aws-xray-propagator:1.28.0-alpha" ,
100
100
" 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 " ,
102
102
" org.awaitility:awaitility:4.2.0" ,
103
103
" com.google.code.findbugs:annotations:3.0.1u2" ,
104
104
" com.google.code.findbugs:jsr305:3.0.2" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
// test dependencies
26
26
testImplementation(" io.opentelemetry.javaagent:opentelemetry-testing-common" )
27
27
testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
28
- testImplementation(" org.assertj:assertj-core:3.25.2 " )
28
+ testImplementation(" org.assertj:assertj-core:3.25.3 " )
29
29
30
30
add(" codegen" , " io.opentelemetry.javaagent:opentelemetry-javaagent-tooling:${ versions.opentelemetryJavaagentAlpha} " )
31
31
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 {
41
41
42
42
implementation(" com.github.johnrengelman:shadow:8.1.1" )
43
43
44
- testImplementation(" org.assertj:assertj-core:3.25.2 " )
44
+ testImplementation(" org.assertj:assertj-core:3.25.3 " )
45
45
46
46
testImplementation(enforcedPlatform(" org.junit:junit-bom:5.10.2" ))
47
47
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
You can’t perform that action at this time.
0 commit comments