diff --git a/.drone.yml b/.drone.yml
index f493f25e..d12e1bf1 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -17,7 +17,7 @@ clone:
steps:
- name: compile
- image: scireum/sirius-build-jdk22
+ image: scireum/sirius-build-jdk23
commands:
- mvn clean compile
volumes: *scireum_volumes
@@ -28,7 +28,7 @@ steps:
- push
- name: cron_unit_tests
- image: scireum/sirius-build-jdk22
+ image: scireum/sirius-build-jdk23
commands:
- mvn clean test
volumes: *scireum_volumes
@@ -48,7 +48,7 @@ steps:
- cron
- name: test
- image: scireum/sirius-build-jdk22
+ image: scireum/sirius-build-jdk23
commands:
- mvn clean test -Dtest.excluded.groups=nightly
volumes: *scireum_volumes
@@ -57,7 +57,7 @@ steps:
- pull_request
- name: deploy
- image: scireum/sirius-build-jdk22
+ image: scireum/sirius-build-jdk23
commands:
- sed -i 's/DEVELOPMENT-SNAPSHOT/${DRONE_TAG}/g' pom.xml
- mvn clean deploy -DskipTests
@@ -77,7 +77,7 @@ steps:
- tag
- name: sonar
- image: scireum/sirius-build-jdk22
+ image: scireum/sirius-build-jdk23
commands:
- sed -i 's/DEVELOPMENT-SNAPSHOT/${DRONE_TAG}/g' pom.xml
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test org.jacoco:jacoco-maven-plugin:report sonar:sonar -Dsonar.projectKey=${DRONE_REPO_NAME}
diff --git a/pom.xml b/pom.xml
index d0c92bc1..64351b64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.scireum
sirius-parent
- 12.1.1
+ 13.0.0
sirius-kernel
SIRIUS kernel
@@ -32,21 +32,21 @@
com.google.guava
guava
- 33.1.0-jre
+ 33.3.1-jre
- com.google.code.findbugs
- jsr305
- 3.0.2
+ com.github.spotbugs
+ spotbugs-annotations
+ 4.8.6
org.slf4j
slf4j-jdk14
- 2.0.13
+ 2.0.16
@@ -69,7 +69,7 @@
commons-io
commons-io
- 2.16.1
+ 2.18.0