From 6410c182be02812660e686f8a9bd8b781c2fb881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:07:45 +0000 Subject: [PATCH] Bump org.springframework.modulith:spring-modulith-bom Bumps [org.springframework.modulith:spring-modulith-bom](https://github.com/spring-projects/spring-modulith) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/spring-projects/spring-modulith/releases) - [Commits](https://github.com/spring-projects/spring-modulith/compare/2.0.5...2.0.6) --- updated-dependencies: - dependency-name: org.springframework.modulith:spring-modulith-bom dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modulith/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulith/build.gradle.kts b/modulith/build.gradle.kts index d5f6d22a..a05385e9 100644 --- a/modulith/build.gradle.kts +++ b/modulith/build.gradle.kts @@ -18,7 +18,7 @@ repositories { } dependencies { - implementation(platform("org.springframework.modulith:spring-modulith-bom:2.0.5")) + implementation(platform("org.springframework.modulith:spring-modulith-bom:2.0.6")) implementation("org.springframework.boot:spring-boot-starter-data-jdbc") implementation("org.springframework.modulith:spring-modulith-starter-core")