From fba43c82fca2bf0ec822b298a6c4af3e62464d87 Mon Sep 17 00:00:00 2001 From: Andreas Hufler Date: Thu, 9 Oct 2025 15:03:38 +0200 Subject: [PATCH] update java, spring and dependencies --- .github/workflows/main.yml | 2 +- .github/workflows/publish.yml | 2 +- .idea/misc.xml | 4 ++-- pom.xml | 37 ++++++++++++++++++++--------------- 4 files changed, 25 insertions(+), 20 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96ef44f..ff673ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v5 - uses: aboutbits/github-actions-java/setup-with-maven@v4 with: - java-version: 21 + java-version: 25 - name: Test env: GITHUB_USER_NAME: ${{ github.actor }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a2b0643..4976449 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - uses: aboutbits/github-actions-base/git-setup@v2 - uses: aboutbits/github-actions-java/setup-with-maven@v4 with: - java-version: 21 + java-version: 25 - uses: aboutbits/github-actions-java/set-version-with-maven@v4 with: version: "${{ github.event.inputs.version }}" diff --git a/.idea/misc.xml b/.idea/misc.xml index 4d81fe9..cb50eb4 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -13,7 +13,7 @@ - + - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8d07d67..fdc9102 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.6 @@ -16,7 +17,7 @@ jar - 21 + 25 @@ -52,7 +53,7 @@ io.github.classgraph classgraph - 4.8.175 + 4.8.181 @@ -61,7 +62,7 @@ commons-validator commons-validator - 1.9.0 + 1.10.0 commons-collections @@ -74,18 +75,11 @@ - - - org.apache.commons - commons-collections4 - 4.4 - - org.springdoc springdoc-openapi-starter-webmvc-ui - 2.8.9 + 2.8.13 @@ -160,16 +154,27 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.14.1 ${java.version} ${java.version} + + + org.springframework.boot + spring-boot-configuration-processor + + + org.projectlombok + lombok + ${lombok.version} + + org.apache.maven.plugins maven-checkstyle-plugin - 3.5.0 + 3.6.0 checkstyle.xml checkstyle-suppressions.xml @@ -191,7 +196,7 @@ com.puppycrawl.tools checkstyle - 10.18.1 + 11.1.0 it.aboutbits