Skip to content

Commit e7d7cdb

Browse files
authored
Merge pull request #8666 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 3586cdf + 51dbcf4 commit e7d7cdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/activemq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55

66
testImplementation 'org.assertj:assertj-core:3.25.3'
77
testImplementation "org.apache.activemq:activemq-client:6.1.2"
8-
testImplementation "org.apache.activemq:artemis-jakarta-client:2.31.2"
8+
testImplementation "org.apache.activemq:artemis-jakarta-client:2.33.0"
99
}
1010

1111
test {

modules/solace/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
shaded 'org.awaitility:awaitility:4.2.1'
77

88
testImplementation 'org.assertj:assertj-core:3.25.3'
9-
testImplementation 'com.solacesystems:sol-jcsmp:10.22.0'
9+
testImplementation 'com.solacesystems:sol-jcsmp:10.23.0'
1010
testImplementation 'org.apache.qpid:qpid-jms-client:0.61.0'
1111
testImplementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
1212
testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.14'

0 commit comments

Comments
 (0)