diff --git a/example-jmolecules/build.gradle b/example-jmolecules/build.gradle index 741a0d6..62a460f 100644 --- a/example-jmolecules/build.gradle +++ b/example-jmolecules/build.gradle @@ -26,7 +26,7 @@ dependencies { // jModulith for modular architecture implementation 'org.springframework.modulith:spring-modulith-api:2.1.0' - runtimeOnly 'org.springframework.modulith:spring-modulith-runtime:2.0.6' + runtimeOnly 'org.springframework.modulith:spring-modulith-runtime:2.1.0' testImplementation 'org.springframework.boot:spring-boot-starter-webmvc-test' testImplementation 'org.springframework.modulith:spring-modulith-starter-test:2.0.6'