From 0642adfc88ecc44beb566bcf3855a34f5f994b1a Mon Sep 17 00:00:00 2001 From: Uragami Taichi Date: Mon, 4 Aug 2025 12:53:16 +0900 Subject: [PATCH 1/3] Update Spring Boot version from 3.3.10 to 3.5.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 829162a..58f1f13 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 17 17 3.11.0 - 3.3.10 + 3.5.4 3.3.1 3.11.2 1.7.0 From 479f71e6558d26487a59fc1f833aadd45bbc9b25 Mon Sep 17 00:00:00 2001 From: Uragami Taichi Date: Tue, 5 Aug 2025 08:07:44 +0900 Subject: [PATCH 2/3] Fix compile-time warnings (excluding Javadoc-related ones) --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 58f1f13..75a1910 100644 --- a/pom.xml +++ b/pom.xml @@ -187,6 +187,20 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + + org.apache.maven.plugins + maven-jar-plugin + 3.4.1 + + + From 790d5d797cc493a57f04dd00d8d8754415afa237 Mon Sep 17 00:00:00 2001 From: Uragami Taichi Date: Tue, 5 Aug 2025 08:19:37 +0900 Subject: [PATCH 3/3] Update Spring Boot version --- .github/workflows/ci.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4eead9d..465c8ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: # OSS support versions # https://spring.io/projects/spring-boot#support # and milestone version of the next release - spring-boot-version: [ 3.4.4, 3.5.0-M3 ] + spring-boot-version: [ 3.5.4 ] steps: - uses: actions/checkout@v4 diff --git a/pom.xml b/pom.xml index 75a1910..b7f6a16 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 17 17 3.11.0 - 3.5.4 + 3.4.8 3.3.1 3.11.2 1.7.0