diff --git a/.github/workflows/pr-compile-check.yml b/.github/workflows/pr-compile-check.yml
index 88ebc39..9a11928 100644
--- a/.github/workflows/pr-compile-check.yml
+++ b/.github/workflows/pr-compile-check.yml
@@ -11,18 +11,18 @@ env:
jobs:
compile:
- name: Compile (Java 17)
+ name: Compile (Java 21)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
- - name: Set up Java 17
+ - name: Set up Java 21
uses: actions/setup-java@v4.1.0
with:
distribution: temurin
- java-version: "17"
+ java-version: "21"
- name: Ensure mvnw is executable
run: chmod +x mvnw
diff --git a/pom.xml b/pom.xml
index 9499649..32b39b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,8 +50,8 @@
3.2.0
1.0.0.RC2
0.1.3
- 3.21.2
- 6.55.0
+ 3.28.0
+ 7.17.0
2.16.1
0.0.8
4.9.8.2
@@ -280,30 +280,7 @@
org.apache.maven.plugins
maven-pmd-plugin
${maven.pmd.version}
-
-
- net.sourceforge.pmd
- pmd-core
- ${pmd.version}
-
-
- net.sourceforge.pmd
- pmd-java
- ${pmd.version}
-
-
- net.sourceforge.pmd
- pmd-javascript
- ${pmd.version}
-
-
- net.sourceforge.pmd
- pmd-jsp
- ${pmd.version}
-
-
- ${project.build.sourceEncoding}
100
${java.version}
false