From 4f34232ef9277c4cc8d7f09384f85f2e71e40fde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:04:56 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.modulith:spring-modulith-runtime to v2.0.6 --- example-jmolecules/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-jmolecules/build.gradle b/example-jmolecules/build.gradle index 962c33c..e0545a7 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.0.6' - runtimeOnly 'org.springframework.modulith:spring-modulith-runtime:2.0.5' + runtimeOnly 'org.springframework.modulith:spring-modulith-runtime:2.0.6' testImplementation 'org.springframework.boot:spring-boot-starter-webmvc-test' testImplementation 'org.springframework.modulith:spring-modulith-starter-test:2.0.6'