chore(deps): update all non-major dependencies
Some checks failed
Quality Check / Checkstyle Main (pull_request) Successful in 2m1s
Quality Check / Tests (pull_request) Failing after 2m24s
Build PR / Build and analyze (pull_request) Failing after 3m5s

This commit is contained in:
Renovate 2024-12-20 17:03:34 +00:00
parent 8c6f6301d3
commit a235dfc1e4
6 changed files with 101 additions and 102 deletions

View File

@ -11,7 +11,7 @@ jobs:
name: "Tests" name: "Tests"
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
container: container:
image: "cimg/openjdk:21.0.2-node" image: "cimg/openjdk:21.0.5-node"
steps: steps:
- name: "Checkout" - name: "Checkout"
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -33,7 +33,7 @@ jobs:
name: "Checkstyle Main" name: "Checkstyle Main"
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
container: container:
image: "cimg/openjdk:21.0.2-node" image: "cimg/openjdk:21.0.5-node"
steps: steps:
- name: "Checkout" - name: "Checkout"
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@ -1,7 +1,7 @@
plugins { plugins {
java java
id("org.springframework.boot") version "3.3.4" id("org.springframework.boot") version "3.4.1"
id("io.spring.dependency-management") version "1.1.6" id("io.spring.dependency-management") version "1.1.7"
id("checkstyle") id("checkstyle")
id("org.sonarqube") version "6.0.1.5171" id("org.sonarqube") version "6.0.1.5171"
id("jacoco") id("jacoco")

View File

@ -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:17.0 image: postgres:17.2
volumes: volumes:
- lf8_starter_postgres_data:/var/lib/postgresql/data - lf8_starter_postgres_data:/var/lib/postgresql/data
environment: environment:

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

3
gradlew vendored
View File

@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034 # shellcheck disable=SC2034
APP_BASE_NAME=${0##*/} APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value. # Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum MAX_FD=maximum