Skip to content

Commit

Permalink
Bump dependencies (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt authored Jun 14, 2023
1 parent 7c3a634 commit a093259
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion helm-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<java.version>17</java.version>
<fabric8io.version>6.4.1</fabric8io.version>
<fabric8io.version>6.7.1</fabric8io.version>
</properties>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions onyxia-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions onyxia-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.14</version>
<version>1.7.0</version>
</dependency>

<dependency>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-spring-boot-starter</artifactId>
<version>21.0.1</version>
<version>21.1.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.22</version>
<version>1.23.0</version>
</dependency>

<dependency>
Expand All @@ -115,13 +115,13 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.20.15</version>
<version>2.20.85</version>
</dependency>

<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.20.15</version>
<version>2.20.85</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion onyxia-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-common</artifactId>
<version>1.6.14</version>
<version>1.7.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.9</version>
<version>2.7.12</version>
</parent>
<modules>
<module>onyxia-model</module>
Expand Down

0 comments on commit a093259

Please sign in to comment.