From d5b6057670db93f9c3e5d2d46081c748a495144a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 04:15:12 +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.3.4 to 1.3.5. - [Release notes](https://github.com/spring-projects/spring-modulith/releases) - [Commits](https://github.com/spring-projects/spring-modulith/compare/1.3.4...1.3.5) --- updated-dependencies: - dependency-name: org.springframework.modulith:spring-modulith-bom dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modulith/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulith/build.gradle b/modulith/build.gradle index 3f25b13d..9886a36e 100644 --- a/modulith/build.gradle +++ b/modulith/build.gradle @@ -18,7 +18,7 @@ repositories { } dependencies { - implementation platform('org.springframework.modulith:spring-modulith-bom:1.3.4') + implementation platform('org.springframework.modulith:spring-modulith-bom:1.3.5') implementation 'org.springframework.boot:spring-boot-starter-data-jdbc' implementation 'org.springframework.modulith:spring-modulith-starter-core'