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 829162a..b7f6a16 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 17 17 3.11.0 - 3.3.10 + 3.4.8 3.3.1 3.11.2 1.7.0 @@ -187,6 +187,20 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + + org.apache.maven.plugins + maven-jar-plugin + 3.4.1 + + +