diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 38c991e..a445c50 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,10 +25,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 23 + - name: Set up JDK 24 uses: actions/setup-java@v4 with: - java-version: '23' + java-version: '24' distribution: 'oracle' cache: maven - name: Build with Maven diff --git a/pom.xml b/pom.xml index cff70b8..ee585d0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.1 + 3.4.5 @@ -25,10 +25,10 @@ - 23 - 23 + 24 + 24 UTF-8 - 23 + 24 diff --git a/spring-core-lab/pom.xml b/spring-core-lab/pom.xml index 52d8d25..283af8a 100644 --- a/spring-core-lab/pom.xml +++ b/spring-core-lab/pom.xml @@ -12,10 +12,4 @@ spring-core-lab - - 23 - 23 - UTF-8 - - \ No newline at end of file diff --git a/spring-security-lab/pom.xml b/spring-security-lab/pom.xml index 1b5f4d2..418808f 100644 --- a/spring-security-lab/pom.xml +++ b/spring-security-lab/pom.xml @@ -11,12 +11,6 @@ spring-security-lab - - 23 - 23 - UTF-8 - - org.springframework.boot diff --git a/spring-web-lab/pom.xml b/spring-web-lab/pom.xml index 3c620c9..503eccc 100644 --- a/spring-web-lab/pom.xml +++ b/spring-web-lab/pom.xml @@ -11,12 +11,6 @@ spring-web-lab - - 23 - 23 - UTF-8 - - org.springframework.boot @@ -29,7 +23,7 @@ org.springdoc springdoc-openapi-starter-webmvc-ui - 2.8.5 + 2.8.8