From 98dec933e35694559ac7bfe04a6c449d28f42604 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Jan 2024 13:11:15 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.modulith:spring-modulith-bom to v1.1.2 (#34) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.springframework.modulith:spring-modulith-bom](https://spring.io/projects/spring-modulith/spring-modulith-bom) ([source](https://github.com/spring-projects/spring-modulith)) | dependencies | minor | `1.0.2` -> `1.1.2` | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: fjadmin Reviewed-on: https://git.demo.rattermeyer.de/fjadmin/ci-demo-2/pulls/34 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7b45796..4a3c9be 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { } dependencyManagement { - imports { mavenBom("org.springframework.modulith:spring-modulith-bom:1.0.2") } + imports { mavenBom("org.springframework.modulith:spring-modulith-bom:1.1.2") } } application {