@@ -32,23 +32,23 @@ dependencies {
32
32
api(" com.google.code.findbugs:jsr305:3.0.2" )
33
33
api(" io.swagger:swagger-annotations:1.6.16" )
34
34
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 " )
36
36
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 " )
38
38
api(" io.opentelemetry:opentelemetry-sdk" )
39
39
api(" io.opentelemetry:opentelemetry-exporter-otlp" )
40
40
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 " )
42
42
testImplementation(" com.google.guava:guava" )
43
43
testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
44
- integrationTestImplementation(" org.assertj:assertj-core:3.27.3 " )
44
+ integrationTestImplementation(" org.assertj:assertj-core:3.27.4 " )
45
45
integrationTestImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.2" )
46
46
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" )
48
48
integrationTestImplementation(" jakarta.jms:jakarta.jms-api:3.1.0" )
49
49
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 " ) {
52
52
artifact {
53
53
name = " com.ibm.mq.allclient"
54
54
extension = " jar"
@@ -59,7 +59,7 @@ dependencies {
59
59
60
60
tasks.shadowJar {
61
61
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 " ))
63
63
}
64
64
}
65
65
0 commit comments