diff --git a/.drone.yml b/.drone.yml
index 6179833..32ad736 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -17,7 +17,7 @@ clone:
steps:
- name: compile
- image: scireum/sirius-build-jdk17:latest
+ image: scireum/sirius-build-jdk18:latest
commands:
- mvn clean compile
volumes: *scireum_volumes
@@ -26,7 +26,7 @@ steps:
- push
- name: test
- image: scireum/sirius-build-jdk17:latest
+ image: scireum/sirius-build-jdk18:latest
commands:
- mvn clean test
volumes: *scireum_volumes
@@ -35,7 +35,7 @@ steps:
- pull_request
- name: sonar
- image: scireum/sirius-build-jdk17:latest
+ image: scireum/sirius-build-jdk18:latest
commands:
- "sed -i 's/DEVELOPMENT-SNAPSHOT/${DRONE_TAG}/g' pom.xml"
- "mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test sonar:sonar -Dsonar.projectKey=${DRONE_REPO_NAME}"
@@ -45,7 +45,7 @@ steps:
- tag
- name: package
- image: scireum/sirius-build-jdk17:latest
+ image: scireum/sirius-build-jdk18:latest
commands:
- "sed -i 's/DEVELOPMENT-SNAPSHOT/${DRONE_TAG}/g' pom.xml"
- mvn clean package -DskipTests
@@ -75,7 +75,7 @@ steps:
- tag
- name: site
- image: scireum/sirius-build-jdk17:latest
+ image: scireum/sirius-build-jdk18:latest
commands:
- "echo \"$SSH_KEY\" > /tmp/sshkey"
- chmod 600 /tmp/sshkey
diff --git a/Dockerfile b/Dockerfile
index 4b706ea..803a0c8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM scireum/sirius-runtime-jdk17:53
+FROM scireum/sirius-runtime-jdk18:58
RUN mkdir /home/sirius/data && \
mkdir /home/sirius/multipart && \
diff --git a/pom.xml b/pom.xml
index 845e603..772b90e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.scireum
sirius-parent
- 9.0.1
+ 10.0.0
s3ninja
DEVELOPMENT-SNAPSHOT
@@ -16,8 +16,8 @@
http://s3ninja.net
- dev-28.4.1
- dev-45.4.0
+ dev-30.0.0
+ dev-48.0.0