Skip to content

Commit 3326760

Browse files
fix(deps): update all minor dependencies
1 parent 5135603 commit 3326760

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:21.0.6_7-jre-alpine@sha256:4c07db858c3b8bfed4cb9163f4aeedbff9c0c2b8212ec1fa75c13a169dec8dc6
1+
FROM eclipse-temurin:21.0.7_6-jre-alpine@sha256:8728e354e012e18310faa7f364d00185277dec741f4f6d593af6c61fc0eb15fd
22

33
WORKDIR /opt/app/
44
COPY ./target/*.jar /opt/app/app.jar

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
pearl-db:
3-
image: postgres:15.1
3+
image: postgres:15.12@sha256:fe45ed1a824b81c0c9c605890963b67501758ca8c946db89089c85ce0f88e974
44
environment:
55
- POSTGRES_USER=${PEARL_DB_USER}
66
- POSTGRES_PASSWORD=${PEARL_DB_PASSWORD}

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>fr.insee.pearljam</groupId>
99
<artifactId>pearljam-back-office</artifactId>
10-
<version>5.6.8</version>
10+
<version>5.6.9</version>
1111
<name>Pearl-Jam-Back-Office</name>
1212
<description>Back-office services for PearlJam</description>
1313

@@ -25,7 +25,7 @@
2525
<postgresql.version>42.7.5</postgresql.version>
2626
<sonar.organization>inseefr</sonar.organization>
2727
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
28-
<cucumber.version>7.21.1</cucumber.version>
28+
<cucumber.version>7.22.0</cucumber.version>
2929
</properties>
3030

3131
<dependencies>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.springdoc</groupId>
5151
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
52-
<version>2.8.4</version>
52+
<version>2.8.6</version>
5353
</dependency>
5454

5555
<!-- Security -->
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>com.tngtech.archunit</groupId>
115115
<artifactId>archunit</artifactId>
116-
<version>1.3.0</version>
116+
<version>1.4.0</version>
117117
</dependency>
118118

119119
<!-- Commons -->
@@ -169,7 +169,7 @@
169169
<plugin>
170170
<groupId>org.jacoco</groupId>
171171
<artifactId>jacoco-maven-plugin</artifactId>
172-
<version>0.8.12</version>
172+
<version>0.8.13</version>
173173
<executions>
174174
<execution>
175175
<id>prepare-agent</id>
@@ -229,7 +229,7 @@
229229
<plugin>
230230
<groupId>org.apache.maven.plugins</groupId>
231231
<artifactId>maven-compiler-plugin</artifactId>
232-
<version>3.13.0</version>
232+
<version>3.14.0</version>
233233
<configuration>
234234
<source>${java.version}</source>
235235
<target>${java.version}</target>
@@ -281,7 +281,7 @@
281281
<plugin>
282282
<groupId>org.apache.maven.plugins</groupId>
283283
<artifactId>maven-surefire-plugin</artifactId>
284-
<version>3.5.2</version>
284+
<version>3.5.3</version>
285285
<configuration>
286286
<includes>
287287
<include>**/TestAuthKeyCloak</include>

0 commit comments

Comments
 (0)