diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml
index 50d2deb9ae..33bae6d0c8 100644
--- a/.github/workflows/helm-test.yaml
+++ b/.github/workflows/helm-test.yaml
@@ -16,10 +16,10 @@ jobs:
fetch-depth: 0
- name: Kubernetes KinD Cluster
- uses: container-tools/kind-action@v1
+ uses: container-tools/kind-action@v2
- name: Build image
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
with:
context: .
push: true
@@ -36,7 +36,7 @@ jobs:
check-latest: true
- name: Set up chart-testing
- uses: helm/chart-testing-action@v2.3.1
+ uses: helm/chart-testing-action@v2.4.0
- name: Run chart-testing (list-changed)
id: list-changed
diff --git a/.github/workflows/publish-documentation.yaml b/.github/workflows/publish-documentation.yaml
index 9f0da1b32b..0d17ae95c9 100644
--- a/.github/workflows/publish-documentation.yaml
+++ b/.github/workflows/publish-documentation.yaml
@@ -104,7 +104,7 @@ jobs:
mv docs/src/diagram-replacer/assets/ docs/target/generated-docs/assets/
- name: GitHub Pages action
- uses: peaceiris/actions-gh-pages@v3.9.2
+ uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: "./docs/target/generated-docs"
diff --git a/Dockerfile b/Dockerfile
index d0d78de613..6c2dd4cd67 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/root/.m2 mvn -B clean package -pl :$BUILD_TARGET
# Copy the jar and build image
-FROM eclipse-temurin:19-jre-alpine AS irs-api
+FROM eclipse-temurin:20-jre-alpine AS irs-api
RUN apk upgrade --no-cache libssl3 libcrypto3
diff --git a/cucumber-tests/pom.xml b/cucumber-tests/pom.xml
index 3e150c7c4a..3835046c2c 100644
--- a/cucumber-tests/pom.xml
+++ b/cucumber-tests/pom.xml
@@ -83,7 +83,7 @@
io.rest-assured
rest-assured
- 5.3.0
+ 5.2.1
test
diff --git a/docs/pom.xml b/docs/pom.xml
index c6a30f34be..9c5da97880 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -20,7 +20,7 @@
2.2.2
2.5.7
2.2.3
- 9.4.0.0
+ 9.4.2.0
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index e248c49e31..f6563f83c5 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -44,7 +44,7 @@
io.rest-assured
rest-assured
- 5.2.0
+ 5.2.1
test
diff --git a/irs-api/pom.xml b/irs-api/pom.xml
index 96b7f6178d..7f57626cfd 100644
--- a/irs-api/pom.xml
+++ b/irs-api/pom.xml
@@ -26,7 +26,7 @@
io.minio
minio
- 8.4.5
+ 8.5.2
com.fasterxml.jackson.core
@@ -38,7 +38,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.13.4.2
+ 2.14.2
com.squareup.okhttp3
@@ -166,7 +166,7 @@
org.jsoup
jsoup
- 1.15.3
+ 1.15.4
@@ -239,7 +239,7 @@
org.openapitools
openapi-generator-maven-plugin
- 6.2.1
+ 6.5.0
diff --git a/pom.xml b/pom.xml
index 389be0d6c0..de62146135 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,12 +54,12 @@
10.8.0
0.8.8
3.19.0
- 7.4.4
+ 8.2.1
3.0.0-M8
3.3.0
3.11.0
- 3.1.0
+ 3.1.1