diff --git a/.classpath b/.classpath
index 716cf1e9..23142672 100644
--- a/.classpath
+++ b/.classpath
@@ -14,7 +14,7 @@
-
+
diff --git a/Dockerfile b/Dockerfile
index bbcc0d27..a0e853a1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM maven:3.8.6-eclipse-temurin-17
+FROM maven:3.9.8-eclipse-temurin-21
RUN addgroup --gid 1000 build && adduser --uid 1000 --gid 1000 --disabled-password --gecos "" build && \
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && \
diff --git a/pom.xml b/pom.xml
index 16473e71..bcf34b6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
- 17
+ 21
3.6.3
2.0.13