diff --git a/.github/workflows/ci-pull.yml b/.github/workflows/ci-pull.yml index 7a3d40fb..f65cffb6 100644 --- a/.github/workflows/ci-pull.yml +++ b/.github/workflows/ci-pull.yml @@ -21,8 +21,8 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - name: Set up JDK ${{ matrix.java-version }} - uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 + - name: Set up JDK 21 #${{ matrix.java-version }} + uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0 with: java-version: ${{ matrix.java-version }} distribution: 'temurin' diff --git a/pom.xml b/pom.xml index 14618bae..c675efd7 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ org.apache.felix maven-bundle-plugin - 3.5.0 + 5.1.9 @@ -128,7 +128,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.12.1 9 @@ -155,7 +155,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.2 + 3.2.5 1 true @@ -227,7 +227,7 @@ Use is subject to maven-deploy-plugin - 3.0.0-M1 + 3.1.1 com.mycila