From 8a1f779b644ea8294f814f7b98cd094d9e0c20ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:39:16 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.modulith:spring-modulith-api to v2.1.0 --- 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 c691750..741a0d6 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.6' + implementation 'org.springframework.modulith:spring-modulith-api:2.1.0' runtimeOnly 'org.springframework.modulith:spring-modulith-runtime:2.0.6' testImplementation 'org.springframework.boot:spring-boot-starter-webmvc-test'