diff --git a/Dockerfile b/Dockerfile
index 2e00a52..821ff42 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM eclipse-temurin:21
+FROM eclipse-temurin:25
COPY target/swiss*.jar swiss-backend.jar
diff --git a/pom.xml b/pom.xml
index 3e24221..9fdc693 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.4
+ 3.5.6
nl.connected-it
@@ -14,9 +14,9 @@
swiss-backend
Swiss Backend
- 21
- 21
- 21
+ 25
+ 25
+ 25
@@ -34,12 +34,12 @@
com.auth0
java-jwt
- 4.4.0
+ 4.5.0
com.fasterxml.jackson.datatype
jackson-datatype-hibernate5-jakarta
- 2.17.2
+ 2.20.0
com.h2database
@@ -72,12 +72,12 @@
org.flywaydb
flyway-core
- 10.18.0
+ 11.13.2
org.flywaydb
flyway-database-postgresql
- 10.18.0
+ 11.13.2
runtime
@@ -142,10 +142,10 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.13.0
+ 3.14.1
- 21
- 21
+ 25
+ 25
org.projectlombok
@@ -158,7 +158,7 @@
org.flywaydb
flyway-maven-plugin
- 10.18.0
+ 11.13.2
jdbc:postgresql://localhost:5432/swiss?currentSchema=swiss
postgres