Skip to content

Commit

Permalink
Merge pull request #8666 from testcontainers/combined-pr-branch
Browse files Browse the repository at this point in the history
Combined dependencies PR
  • Loading branch information
eddumelendez authored May 23, 2024
2 parents 3586cdf + 51dbcf4 commit e7d7cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/activemq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {

testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation "org.apache.activemq:activemq-client:6.1.2"
testImplementation "org.apache.activemq:artemis-jakarta-client:2.31.2"
testImplementation "org.apache.activemq:artemis-jakarta-client:2.33.0"
}

test {
Expand Down
2 changes: 1 addition & 1 deletion modules/solace/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
shaded 'org.awaitility:awaitility:4.2.1'

testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'com.solacesystems:sol-jcsmp:10.22.0'
testImplementation 'com.solacesystems:sol-jcsmp:10.23.0'
testImplementation 'org.apache.qpid:qpid-jms-client:0.61.0'
testImplementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.14'
Expand Down

0 comments on commit e7d7cdb

Please sign in to comment.