diff --git a/example-jmolecules/build.gradle b/example-jmolecules/build.gradle index 4b563c1..2d91197 100644 --- a/example-jmolecules/build.gradle +++ b/example-jmolecules/build.gradle @@ -29,7 +29,7 @@ dependencies { runtimeOnly 'org.springframework.modulith:spring-modulith-runtime:2.1.1' testImplementation 'org.springframework.boot:spring-boot-starter-webmvc-test' - testImplementation 'org.springframework.modulith:spring-modulith-starter-test:2.1.0' + testImplementation 'org.springframework.modulith:spring-modulith-starter-test:2.1.1' runtimeOnly 'org.hsqldb:hsqldb' }