File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
4646 api(" com.google.code.findbugs:annotations:3.0.1u2" )
4747 api(" com.google.code.findbugs:jsr305:3.0.2" )
4848 api(" com.uber.nullaway:nullaway:0.12.15" )
49- api(" org.assertj:assertj-core:3.27.6 " )
49+ api(" org.assertj:assertj-core:3.27.7 " )
5050 api(" org.awaitility:awaitility:4.3.0" )
5151 api(" org.bouncycastle:bcpkix-jdk15on:1.70" )
5252 api(" org.junit-pioneer:junit-pioneer:1.9.1" )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ testing {
4646 suites {
4747 val integrationTest by registering(JvmTestSuite ::class ) {
4848 dependencies {
49- implementation(" org.assertj:assertj-core:3.27.6 " )
49+ implementation(" org.assertj:assertj-core:3.27.7 " )
5050 implementation(" io.opentelemetry:opentelemetry-sdk-testing" )
5151 implementation(" com.ibm.mq:com.ibm.mq.jakarta.client:9.4.4.1" )
5252 implementation(" jakarta.jms:jakarta.jms-api:3.1.0" )
You can’t perform that action at this time.
0 commit comments