chore(deps): update plugin org.springframework.boot to v3.2.2 (#16)
ci/woodpecker/push/lint_general Pipeline failed Details
ci/woodpecker/push/backend unknown status Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| org.springframework.boot | plugin | minor | `3.1.5` -> `3.2.2` |

---

### 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: #16
Co-authored-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
Co-committed-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
pull/17/head
Renovate Bot 2024-01-28 14:01:02 +00:00 committed by fjadmin
parent 270dfe068e
commit 56842fb36e
1 changed files with 1 additions and 1 deletions

View File

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