File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11services :
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}
Original file line number Diff line number Diff line change 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
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 -->
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 -->
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 >
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 >
You can’t perform that action at this time.
0 commit comments