File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313}
1414
1515dependencies {
16- implementation ' org.apache.qpid:qpid-jms-client:2.7 .0'
16+ implementation ' org.apache.qpid:qpid-jms-client:2.8 .0'
1717 implementation " org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1"
1818 implementation ' org.mongodb:mongo-java-driver:3.12.14'
1919 testImplementation(platform(' org.junit:junit-bom:5.13.4' ))
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919 implementation ' org.springframework.boot:spring-boot-starter-actuator'
2020 implementation ' org.springframework.boot:spring-boot-starter-web'
2121 implementation ' org.springframework:spring-jms'
22- implementation ' org.apache.qpid:qpid-jms-client:2.7 .0'
22+ implementation ' org.apache.qpid:qpid-jms-client:2.8 .0'
2323 implementation ' org.apache.commons:commons-lang3:3.18.0'
2424 testImplementation ' org.springframework.boot:spring-boot-starter-test'
2525}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
5252 // Infrastructure
5353 implementation ' software.amazon.awssdk:s3:2.33.9'
5454 implementation (' com.azure:azure-storage-blob:12.30.0' )
55- implementation ' org.apache.qpid:qpid-jms-client:2.7 .0'
55+ implementation ' org.apache.qpid:qpid-jms-client:2.8 .0'
5656
5757 // Utils
5858 implementation ' org.apache.commons:commons-lang3:3.18.0'
You can’t perform that action at this time.
0 commit comments