Skip to content

Commit

Permalink
[backend] Updating dependencies (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfacion authored Nov 8, 2024
1 parent 8eabb12 commit 6f79a88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_ga
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:21-jdk-slim AS app
FROM openjdk:21-jdk-slim-bookworm AS app

WORKDIR /opt
RUN apt update && apt install -y tini git --no-install-recommends
Expand Down
12 changes: 5 additions & 7 deletions openbas-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>OpenBAS api</description>

<properties>
<bcpg-jdk15on.version>1.70</bcpg-jdk15on.version>
<bcpg-jdk18on.version>1.78.1</bcpg-jdk18on.version>
<commons-collections4.version>4.4</commons-collections4.version>
<commons-email.version>1.5</commons-email.version>
<opensaml.version>4.3.2</opensaml.version>
Expand Down Expand Up @@ -70,10 +70,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>3.2.11</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -82,6 +79,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
<version>3.2.11</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -104,8 +102,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk15on</artifactId>
<version>${bcpg-jdk15on.version}</version>
<artifactId>bcpg-jdk18on</artifactId>
<version>${bcpg-jdk18on.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
1 change: 1 addition & 0 deletions openbas-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
<version>42.6.1</version>
</dependency>
<dependency>
<groupId>io.minio</groupId>
Expand Down

0 comments on commit 6f79a88

Please sign in to comment.