From 423137a18d65f1b0ca583e2e75541e1432879b3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 04:47:31 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.modulith:spring-modulith-starter-test 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 62a460f..c96af92 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.0' testImplementation 'org.springframework.boot:spring-boot-starter-webmvc-test' - testImplementation 'org.springframework.modulith:spring-modulith-starter-test:2.0.6' + testImplementation 'org.springframework.modulith:spring-modulith-starter-test:2.1.0' runtimeOnly 'org.hsqldb:hsqldb' }