diff --git a/.github/workflows/compile-and-test.yml b/.github/workflows/compile-and-test.yml
index 7de3087..262d7ce 100644
--- a/.github/workflows/compile-and-test.yml
+++ b/.github/workflows/compile-and-test.yml
@@ -15,7 +15,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4.2.1
with:
- java-version: '19'
+ java-version: '21'
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
diff --git a/.settings/.gitignore b/.settings/.gitignore
deleted file mode 100644
index 9976760..0000000
--- a/.settings/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/org.eclipse.core.resources.prefs
-/org.eclipse.m2e.core.prefs
diff --git a/pom.xml b/pom.xml
index c98fda1..f5386e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,8 +16,8 @@
UTF-8
3.3.0
- 19
- 19
+ 21
+ 21