From 3774ef8daa5e26410e2b53ef7fc81019202235fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 05:33:28 +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 1.4.1 to 1.4.2. - [Release notes](https://github.com/spring-projects/spring-modulith/releases) - [Commits](https://github.com/spring-projects/spring-modulith/compare/1.4.1...1.4.2) --- updated-dependencies: - dependency-name: org.springframework.modulith:spring-modulith-bom dependency-version: 1.4.2 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 a3bc0fe8..efd809f3 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:1.4.1")) + implementation(platform("org.springframework.modulith:spring-modulith-bom:1.4.2")) implementation("org.springframework.boot:spring-boot-starter-data-jdbc") implementation("org.springframework.modulith:spring-modulith-starter-core")