@@ -32,23 +32,23 @@ dependencies {
3232 api(" com.google.code.findbugs:jsr305:3.0.2" )
3333 api(" io.swagger:swagger-annotations:1.6.16" )
3434 api(" org.jetbrains:annotations:26.0.2" )
35- api(" com.ibm.mq:com.ibm.mq.allclient:9.4.2.1 " )
35+ api(" com.ibm.mq:com.ibm.mq.allclient:9.4.3.0 " )
3636 api(" org.yaml:snakeyaml:2.4" )
37- api(" com.fasterxml.jackson.core:jackson-databind:2.19.0 " )
37+ api(" com.fasterxml.jackson.core:jackson-databind:2.19.2 " )
3838 api(" io.opentelemetry:opentelemetry-sdk" )
3939 api(" io.opentelemetry:opentelemetry-exporter-otlp" )
4040 api(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure" )
41- api(" org.slf4j:slf4j-api:2.0.7 " )
41+ api(" org.slf4j:slf4j-api:2.0.17 " )
4242 testImplementation(" com.google.guava:guava" )
4343 testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
44- integrationTestImplementation(" org.assertj:assertj-core:3.27.3 " )
44+ integrationTestImplementation(" org.assertj:assertj-core:3.27.4 " )
4545 integrationTestImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.2" )
4646 integrationTestImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
47- integrationTestImplementation(" com.ibm.mq:com.ibm.mq.jakarta.client:9.4.2 .0" )
47+ integrationTestImplementation(" com.ibm.mq:com.ibm.mq.jakarta.client:9.4.3 .0" )
4848 integrationTestImplementation(" jakarta.jms:jakarta.jms-api:3.1.0" )
4949 integrationTestImplementation(" org.junit.jupiter:junit-jupiter-engine:5.12.2" )
50- integrationTestRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.0 " )
51- ibmClientJar(" com.ibm.mq:com.ibm.mq.allclient:9.4.2.1 " ) {
50+ integrationTestRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.4 " )
51+ ibmClientJar(" com.ibm.mq:com.ibm.mq.allclient:9.4.3.0 " ) {
5252 artifact {
5353 name = " com.ibm.mq.allclient"
5454 extension = " jar"
@@ -59,7 +59,7 @@ dependencies {
5959
6060tasks.shadowJar {
6161 dependencies {
62- exclude(dependency(" com.ibm.mq:com.ibm.mq.allclient:9.4.2.1 " ))
62+ exclude(dependency(" com.ibm.mq:com.ibm.mq.allclient:9.4.3.0 " ))
6363 }
6464}
6565
0 commit comments