diff --git a/AdapQuestBackend/pom.xml b/AdapQuestBackend/pom.xml
index 7cf5e7c..9a28a1b 100644
--- a/AdapQuestBackend/pom.xml
+++ b/AdapQuestBackend/pom.xml
@@ -5,7 +5,7 @@
adapquest
ch.idsia.adaptive
- 1.6
+ 1.6.1
4.0.0
@@ -27,7 +27,7 @@
org.springframework.boot
spring-boot-maven-plugin
- 2.1.1.RELEASE
+ 2.7.10
true
ch.idsia.adaptive.backend.AdapQuestBackend
@@ -49,7 +49,7 @@
org.springframework.boot
spring-boot-dependencies
- 2.7.3
+ 2.7.10
pom
import
@@ -178,13 +178,13 @@
org.postgresql
postgresql
- 42.5.0
+ 42.6.0
mysql
mysql-connector-java
- 8.0.30
+ 8.0.32
diff --git a/AdapQuestExchange/pom.xml b/AdapQuestExchange/pom.xml
index 37e5298..fec108f 100644
--- a/AdapQuestExchange/pom.xml
+++ b/AdapQuestExchange/pom.xml
@@ -5,7 +5,7 @@
adapquest
ch.idsia.adaptive
- 1.6
+ 1.6.1
4.0.0
diff --git a/AdapQuestExperiments/pom.xml b/AdapQuestExperiments/pom.xml
index 735c9bc..7e3faa0 100644
--- a/AdapQuestExperiments/pom.xml
+++ b/AdapQuestExperiments/pom.xml
@@ -5,7 +5,7 @@
adapquest
ch.idsia.adaptive
- 1.6
+ 1.6.1
4.0.0
diff --git a/Dockerfile b/Dockerfile
index fa13799..16d0fca 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# Build stage
-FROM maven:3.6.3-openjdk-11-slim AS build
+FROM maven:3.8.7-openjdk-18-slim AS build
# create working directory for building
WORKDIR /build
@@ -20,7 +20,7 @@ COPY AdapQuestExperiments/src AdapQuestExperiments/src
RUN mvn clean install package -Dmaven.test.skip
# Package stage
-FROM openjdk:11-jre-slim
+FROM openjdk:18.0-slim
# create app directory
WORKDIR /adaptive
diff --git a/pom.xml b/pom.xml
index e525733..50c6c98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
ch.idsia.adaptive
adapquest
pom
- 1.6
+ 1.6.1
AdapQuestBackend
AdapQuestExchange
@@ -18,7 +18,7 @@
UTF-8
- 1.6
+ 1.6.1