Compare commits

...

2 Commits

Author SHA1 Message Date
230d24bc70 chore(deps): update plugin org.sonarqube to v5.1.0.4882
All checks were successful
Build PR / Build and analyze (pull_request) Successful in 1m37s
gitea-sonarqube-bot OK
Quality Check / Tests (pull_request) Successful in 41s
Quality Check / Checkstyle Main (pull_request) Successful in 35s
2024-09-27 12:01:34 +00:00
1669b29bbd chore(deps): update postgres docker tag to v17 (!22)
All checks were successful
Quality Check / Tests (push) Successful in 1m3s
Build / Build and analyze (push) Successful in 1m56s
Quality Check / Checkstyle Main (push) Successful in 53s
Release / Release (push) Successful in 37s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| postgres | major | `16.4` -> `17.0` |

---

### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzguOTguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #22
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
Co-authored-by: Renovate <renovate@kjan.de>
Co-committed-by: Renovate <renovate@kjan.de>
2024-09-27 11:58:17 +00:00
2 changed files with 2 additions and 2 deletions

@ -3,7 +3,7 @@ plugins {
id("org.springframework.boot") version "3.3.4" id("org.springframework.boot") version "3.3.4"
id("io.spring.dependency-management") version "1.1.6" id("io.spring.dependency-management") version "1.1.6"
id("checkstyle") id("checkstyle")
id("org.sonarqube") version "5.0.0.4638" id("org.sonarqube") version "5.1.0.4882"
id("jacoco") id("jacoco")
} }

@ -7,7 +7,7 @@ volumes:
services: services:
postgres_for_lf8_starter: postgres_for_lf8_starter:
container_name: lf8_starter_postgres_container container_name: lf8_starter_postgres_container
image: postgres:16.4 image: postgres:17.0
volumes: volumes:
- lf8_starter_postgres_data:/var/lib/postgresql/data - lf8_starter_postgres_data:/var/lib/postgresql/data
environment: environment: