diff --git a/example-jmolecules/build.gradle b/example-jmolecules/build.gradle index b027e23..b18739b 100644 --- a/example-jmolecules/build.gradle +++ b/example-jmolecules/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation 'org.jmolecules.integrations:jmolecules-jpa:0.33.0' // jModulith for modular architecture - implementation 'org.springframework.modulith:spring-modulith-api:2.0.5' + implementation 'org.springframework.modulith:spring-modulith-api:2.0.6' runtimeOnly 'org.springframework.modulith:spring-modulith-runtime:2.0.5' testImplementation 'org.springframework.boot:spring-boot-starter-webmvc-test'