diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 280d26f7..b664988d 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -11,12 +11,12 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v5 with: - java-version: '11' - distribution: 'adopt' + java-version: '17' + distribution: 'zulu' cache: maven - - name: Build, test, and Install shared library + - name: Build, test, and install shared library run: mvn install diff --git a/pom.xml b/pom.xml index 6293fc3b..0f2c348c 100644 --- a/pom.xml +++ b/pom.xml @@ -218,7 +218,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.46.1 + 3.2.0