From 92e315ce9b6ff00fc043d942f26e6826a55c44ee Mon Sep 17 00:00:00 2001 From: Andreas Hufler Date: Wed, 5 Nov 2025 10:39:51 +0100 Subject: [PATCH 1/3] update java and deps --- .idea/misc.xml | 4 ++-- pom.xml | 23 +++++++++++++++-------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 4d81fe9..241fa96 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 f5d0ce0..686f173 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.7 @@ -15,7 +16,7 @@ Testing library for Spring Boot projects. - 21 + 25 @@ -23,7 +24,7 @@ it.aboutbits spring-boot-toolbox - 1.3.0 + 1.6.0 @@ -50,11 +51,17 @@ org.springframework.boot spring-boot-starter-test + + + org.hamcrest + hamcrest + + net.datafaker datafaker - 2.4.3 + 2.5.3 @@ -63,7 +70,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.14.1 ${java.version} ${java.version} @@ -72,7 +79,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.5.0 + 3.6.0 checkstyle.xml checkstyle-suppressions.xml @@ -94,7 +101,7 @@ com.puppycrawl.tools checkstyle - 10.18.1 + 11.1.0 it.aboutbits From fa062d1ceea7f5d8ca331acdc49091180bea82cc Mon Sep 17 00:00:00 2001 From: Andreas Hufler Date: Wed, 5 Nov 2025 10:41:54 +0100 Subject: [PATCH 2/3] update actions --- .github/workflows/main.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 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 }}" From bb8c07c744484d56216aa49c76b60a7c314c91ca Mon Sep 17 00:00:00 2001 From: Andreas Hufler Date: Wed, 5 Nov 2025 10:54:10 +0100 Subject: [PATCH 3/3] add missing annotation processor --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 686f173..4e0d664 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,13 @@ ${java.version} ${java.version} + + + org.projectlombok + lombok + ${lombok.version} + +