fix(deps): update dependency org.springframework.modulith:spring-modulith-bom to v1.1.2 (#34)
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` | > ❗ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: fjadmin <fjadmin@demo.rattermeyer.de> Reviewed-on: #34 Co-authored-by: Renovate Bot <renovatebot@demo.rattermeyer.de> Co-committed-by: Renovate Bot <renovatebot@demo.rattermeyer.de>pull/36/head^2
parent
048be30d44
commit
98dec933e3
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue