File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 `java- platform`
33}
44
5- val otelInstrumentationVersion = " 2.20.0 -alpha"
5+ val otelInstrumentationVersion = " 2.20.1 -alpha"
66val semconvVersion = " 1.37.0"
77
88javaPlatform {
@@ -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.10" )
49- api(" org.assertj:assertj-core:3.27.5 " )
49+ api(" org.assertj:assertj-core:3.27.6 " )
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 @@ -42,7 +42,7 @@ dependencies {
4242 implementation(" org.slf4j:slf4j-simple:2.0.17" )
4343 testImplementation(" com.google.guava:guava" )
4444 testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
45- integrationTestImplementation(" org.assertj:assertj-core:3.27.5 " )
45+ integrationTestImplementation(" org.assertj:assertj-core:3.27.6 " )
4646 integrationTestImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.4" )
4747 integrationTestImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
4848 integrationTestImplementation(" com.ibm.mq:com.ibm.mq.jakarta.client:9.4.3.1" )
You can’t perform that action at this time.
0 commit comments