diff --git a/part2.3-message-broker/build.gradle b/part2.3-message-broker/build.gradle index 3e738ef..9176902 100644 --- a/part2.3-message-broker/build.gradle +++ b/part2.3-message-broker/build.gradle @@ -26,7 +26,7 @@ dependencies { testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation project(':commons') testImplementation project(':commons-rest') - testImplementation 'pl.allegro.tech.hermes:hermes-mock:2.6.6' + testImplementation 'pl.allegro.tech.hermes:hermes-mock:2.7.0' testImplementation 'org.spockframework:spock-spring:2.4-M4-groovy-4.0' }