From a0932597e7ded4a7837c1bbb7828fa476623149f Mon Sep 17 00:00:00 2001 From: Olivier Levitt Date: Wed, 14 Jun 2023 11:13:06 +0200 Subject: [PATCH] Bump dependencies (#232) --- helm-wrapper/pom.xml | 2 +- onyxia-api/Dockerfile | 4 ++-- onyxia-api/pom.xml | 10 +++++----- onyxia-model/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/helm-wrapper/pom.xml b/helm-wrapper/pom.xml index 6ade96b5..33eeaeb4 100644 --- a/helm-wrapper/pom.xml +++ b/helm-wrapper/pom.xml @@ -16,7 +16,7 @@ 17 - 6.4.1 + 6.7.1 diff --git a/onyxia-api/Dockerfile b/onyxia-api/Dockerfile index a0260555..8ea45ee0 100644 --- a/onyxia-api/Dockerfile +++ b/onyxia-api/Dockerfile @@ -1,6 +1,6 @@ -FROM eclipse-temurin:17-jre +FROM eclipse-temurin:17.0.7_7-jre # Install helm -RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DESIRED_VERSION=v3.11.1 bash +RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DESIRED_VERSION=v3.12.0 bash COPY target/*.jar app.jar RUN groupadd --gid 101 --system onyxia && \ useradd --system --uid 101 --create-home --home-dir /var/cache/onyxia --shell /sbin/nologin --gid onyxia --comment onyxia onyxia diff --git a/onyxia-api/pom.xml b/onyxia-api/pom.xml index 410f86b8..2dbb3f0f 100644 --- a/onyxia-api/pom.xml +++ b/onyxia-api/pom.xml @@ -48,7 +48,7 @@ org.springdoc springdoc-openapi-ui - 1.6.14 + 1.7.0 @@ -59,7 +59,7 @@ org.keycloak keycloak-spring-boot-starter - 21.0.1 + 21.1.1 @@ -97,7 +97,7 @@ org.apache.commons commons-compress - 1.22 + 1.23.0 @@ -115,13 +115,13 @@ software.amazon.awssdk s3 - 2.20.15 + 2.20.85 software.amazon.awssdk sts - 2.20.15 + 2.20.85 diff --git a/onyxia-model/pom.xml b/onyxia-model/pom.xml index 98705f47..369ba71a 100644 --- a/onyxia-model/pom.xml +++ b/onyxia-model/pom.xml @@ -49,7 +49,7 @@ org.springdoc springdoc-openapi-common - 1.6.14 + 1.7.0 diff --git a/pom.xml b/pom.xml index d1377f35..cdd8fc7d 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.9 + 2.7.12 onyxia-model