diff --git a/Dockerfile b/Dockerfile
index 4fa6cf4..a1b762c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,8 @@
######################
FROM maven:3.9.11-eclipse-temurin-21
+RUN apt-get update && apt-get upgrade -y && rm -rf /var/lib/apt/lists/*
+
WORKDIR /app
COPY ./pom.xml ./pom.xml
diff --git a/pom.xml b/pom.xml
index fc897e2..bd2737b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
21
21
4.5.21
- 11.1.13
+ 11.4.0