File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ dependencies {
57
57
testImplementation(enforcedPlatform(" org.junit:junit-bom:5.9.2" ))
58
58
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
59
59
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
60
- testImplementation(" org.assertj:assertj-core:3.24.1 " )
60
+ testImplementation(" org.assertj:assertj-core:3.24.2 " )
61
61
}
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ val DEPENDENCIES = listOf(
94
94
" io.netty:netty:3.10.6.Final" ,
95
95
" io.opentelemetry.contrib:opentelemetry-aws-xray-propagator:1.21.0-alpha" ,
96
96
" io.opentelemetry.proto:opentelemetry-proto:0.19.0-alpha" ,
97
- " org.assertj:assertj-core:3.24.1 " ,
97
+ " org.assertj:assertj-core:3.24.2 " ,
98
98
" org.awaitility:awaitility:4.2.0" ,
99
99
" com.google.code.findbugs:annotations:3.0.1u2" ,
100
100
" com.google.code.findbugs:jsr305:3.0.2" ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
41
41
implementation(" gradle.plugin.com.github.johnrengelman:shadow:7.1.2" )
42
42
43
- testImplementation(" org.assertj:assertj-core:3.24.1 " )
43
+ testImplementation(" org.assertj:assertj-core:3.24.2 " )
44
44
45
45
testImplementation(enforcedPlatform(" org.junit:junit-bom:5.9.2" ))
46
46
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
You can’t perform that action at this time.
0 commit comments