|
7 | 7 |
|
8 | 8 | <groupId>fr.insee.pearljam</groupId> |
9 | 9 | <artifactId>pearljam-back-office</artifactId> |
10 | | - <version>5.6.11</version> |
| 10 | + <version>5.6.12</version> |
11 | 11 | <name>Pearl-Jam-Back-Office</name> |
12 | 12 | <description>Back-office services for PearlJam</description> |
13 | 13 |
|
14 | 14 | <parent> |
15 | 15 | <groupId>org.springframework.boot</groupId> |
16 | 16 | <artifactId>spring-boot-starter-parent</artifactId> |
17 | | - <version>3.4.4</version> |
| 17 | + <version>3.5.0</version> |
18 | 18 | <relativePath /><!-- lookup parent from repository --> |
19 | 19 | </parent> |
20 | 20 |
|
|
25 | 25 | <postgresql.version>42.7.5</postgresql.version> |
26 | 26 | <sonar.organization>inseefr</sonar.organization> |
27 | 27 | <sonar.host.url>https://sonarcloud.io</sonar.host.url> |
28 | | - <cucumber.version>7.21.1</cucumber.version> |
| 28 | + <cucumber.version>7.22.2</cucumber.version> |
29 | 29 | </properties> |
30 | 30 |
|
31 | 31 | <dependencies> |
|
49 | 49 | <dependency> |
50 | 50 | <groupId>org.springdoc</groupId> |
51 | 51 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
52 | | - <version>2.8.4</version> |
| 52 | + <version>2.8.8</version> |
53 | 53 | </dependency> |
54 | 54 |
|
55 | 55 | <!-- Security --> |
|
113 | 113 | <dependency> |
114 | 114 | <groupId>com.tngtech.archunit</groupId> |
115 | 115 | <artifactId>archunit</artifactId> |
116 | | - <version>1.3.0</version> |
| 116 | + <version>1.4.1</version> |
117 | 117 | </dependency> |
118 | 118 |
|
119 | 119 | <!-- Commons --> |
|
169 | 169 | <plugin> |
170 | 170 | <groupId>org.jacoco</groupId> |
171 | 171 | <artifactId>jacoco-maven-plugin</artifactId> |
172 | | - <version>0.8.12</version> |
| 172 | + <version>0.8.13</version> |
173 | 173 | <executions> |
174 | 174 | <execution> |
175 | 175 | <id>prepare-agent</id> |
|
229 | 229 | <plugin> |
230 | 230 | <groupId>org.apache.maven.plugins</groupId> |
231 | 231 | <artifactId>maven-compiler-plugin</artifactId> |
232 | | - <version>3.13.0</version> |
| 232 | + <version>3.14.0</version> |
233 | 233 | <configuration> |
234 | 234 | <source>${java.version}</source> |
235 | 235 | <target>${java.version}</target> |
|
281 | 281 | <plugin> |
282 | 282 | <groupId>org.apache.maven.plugins</groupId> |
283 | 283 | <artifactId>maven-surefire-plugin</artifactId> |
284 | | - <version>3.5.2</version> |
| 284 | + <version>3.5.3</version> |
285 | 285 | <configuration> |
286 | 286 | <includes> |
287 | 287 | <include>**/TestAuthKeyCloak</include> |
|
0 commit comments