chore(deps): update plugin io.spring.dependency-management to v1.1.4 (#11)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| io.spring.dependency-management | plugin | patch | `1.1.3` -> `1.1.4` |

---

### 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: Richard Attermeyer <richard.attermeyer@gmail.com>
Reviewed-on: #11
Co-authored-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
Co-committed-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
pull/16/head
Renovate Bot 2024-01-26 16:39:21 +00:00 committed by fjadmin
parent 087692bcb8
commit 0434a060d9
2 changed files with 2 additions and 6 deletions

View File

@ -5,7 +5,7 @@
plugins {
id("com.opitzconsulting.demo.ci.java-application-conventions")
id("org.springframework.boot") version "3.1.5"
id("io.spring.dependency-management") version "1.1.3"
id("io.spring.dependency-management") version "1.1.4"
}
dependencies {

View File

@ -5,7 +5,6 @@
plugins {
id("com.opitzconsulting.demo.ci.java-library-conventions")
`maven-publish`
id("org.springframework.boot") version "3.2.0"
id("io.spring.dependency-management") version "1.1.4"
}
@ -31,7 +30,4 @@ publishing {
}
}
dependencies {
implementation("org.springframework.boot:spring-boot-starter")
api(project(":list"))
}
dependencies { api(project(":list")) }