diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 364d55c..903c65c 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -15,11 +15,11 @@ jobs: release-tag: ${{ steps.version-step.outputs.newTag }} should_run_next_job: ${{ steps.check-tag.outputs.should_continue }} steps: - - name: Set up JDK 21 + - name: Set up JDK 25 uses: actions/setup-java@v5 with: distribution: 'temurin' - java-version: '21' + java-version: '25' - name: Checkout repo uses: actions/checkout@v6 diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3742284..b001aae 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,10 +22,10 @@ jobs: steps: - uses: actions/checkout@v6 - - name: Set up JDK 21 + - name: Set up JDK 25 uses: actions/setup-java@v5 with: - java-version: '21' + java-version: '25' distribution: 'temurin' cache: maven diff --git a/pom.xml b/pom.xml index a59bf08..d132a4c 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ - 21 - 21 + 25 + 25 UTF-8 UTF-8 2.20.1 @@ -134,8 +134,14 @@ maven-compiler-plugin 3.15.0 - 1.21 - 1.21 + ${java.version} + ${java.version} + + + org.projectlombok + lombok + +