diff --git a/modules/activemq/build.gradle b/modules/activemq/build.gradle index dc20113a84b..b16b512c11c 100644 --- a/modules/activemq/build.gradle +++ b/modules/activemq/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: ActiveMQ" dependencies { api project(':testcontainers') - testImplementation 'org.assertj:assertj-core:3.26.3' + testImplementation 'org.assertj:assertj-core:3.27.1' testImplementation "org.apache.activemq:activemq-client:6.1.2" testImplementation "org.apache.activemq:artemis-jakarta-client:2.37.0" }