chore(deps): update all non-major dependencies
This commit is contained in:
parent
5f6caa7fc2
commit
ad27e14e30
@ -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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
id("org.springframework.boot") version "3.3.4"
|
id("org.springframework.boot") version "3.3.6"
|
||||||
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.1.0.4882"
|
id("org.sonarqube") version "5.1.0.4882"
|
||||||
|
@ -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.1
|
||||||
volumes:
|
volumes:
|
||||||
- lf8_starter_postgres_data:/var/lib/postgresql/data
|
- lf8_starter_postgres_data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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.11.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
Loading…
Reference in New Issue
Block a user