diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fe69ea6..69a3663 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
- - name: Set up JDK 11
- uses: actions/setup-java@v4
+ - uses: actions/checkout@v2
+ - name: Set up JDK 17
+ uses: actions/setup-java@v2
with:
- java-version: '11'
+ java-version: '17'
distribution: 'adopt'
- uses: actions/cache@v4
with:
diff --git a/pom.xml b/pom.xml
index 5386aa0..e89a26d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,7 +274,7 @@ LICENSE.txt file in the root directory of this source tree.
maven-source-plugin
- 3.5.2
+ 3.3.0
maven-failsafe-plugin