Skip to content

Commit eec3beb

Browse files
fix(deps): update all minor dependencies
1 parent d0c617e commit eec3beb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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:9e9298817d19f4bd60c5028a25762b394db37dda173dd3d035a1bc155542051a
44
environment:
55
- POSTGRES_USER=${PEARL_DB_USER}
66
- POSTGRES_PASSWORD=${PEARL_DB_PASSWORD}

pom.xml

Lines changed: 5 additions & 5 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.2</version>
10+
<version>5.6.3</version>
1111
<name>Pearl-Jam-Back-Office</name>
1212
<description>Back-office services for PearlJam</description>
1313

@@ -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 -->
@@ -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)