|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>fr.insee.genesis</groupId> |
6 | 6 | <artifactId>genesis-api</artifactId> |
7 | | - <version>2.6.9</version> |
| 7 | + <version>2.7.0</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 | <name>genesis-api</name> |
10 | 10 |
|
11 | 11 | <parent> |
12 | 12 | <groupId>org.springframework.boot</groupId> |
13 | 13 | <artifactId>spring-boot-starter-parent</artifactId> |
14 | | - <version>3.5.14</version> |
| 14 | + <version>4.0.6</version> |
15 | 15 | </parent> |
16 | 16 |
|
17 | 17 | <properties> |
|
20 | 20 | <!-- (!!!) Dependency versions temporary overwritten for security reasons --> |
21 | 21 | <tomcat.version>10.1.55</tomcat.version> |
22 | 22 | <commons-lang3.version>3.20.0</commons-lang3.version> |
23 | | - <junit-jupiter.version>5.13.4</junit-jupiter.version> |
24 | | - <jackson-bom.version>2.21.1</jackson-bom.version> |
25 | 23 |
|
26 | 24 | <!-- Dependency versions not managed by Spring --> |
27 | | - <bpm.version>1.1.5</bpm.version> |
28 | | - <springdoc.version>2.8.17</springdoc.version> |
| 25 | + <bpm.version>1.2.0</bpm.version> |
| 26 | + <springdoc.version>3.0.3</springdoc.version> |
29 | 27 | <mapstruct.version>1.6.3</mapstruct.version> |
30 | | - <pitest.version>1.25.3</pitest.version> |
| 28 | + <pitest.version>1.25.5</pitest.version> |
31 | 29 | <pitest.junit.version>1.2.3</pitest.junit.version> |
32 | 30 |
|
33 | 31 | <!-- Sonar properties --> |
|
75 | 73 | <scope>test</scope> |
76 | 74 | </dependency> |
77 | 75 | <dependency> |
78 | | - <groupId>org.springframework.security</groupId> |
79 | | - <artifactId>spring-security-test</artifactId> |
| 76 | + <groupId>org.springframework.boot</groupId> |
| 77 | + <artifactId>spring-boot-starter-security-test</artifactId> |
| 78 | + <scope>test</scope> |
| 79 | + </dependency> |
| 80 | + <dependency> |
| 81 | + <groupId>org.springframework.boot</groupId> |
| 82 | + <artifactId>spring-boot-starter-webmvc-test</artifactId> |
80 | 83 | <scope>test</scope> |
81 | 84 | </dependency> |
| 85 | + <dependency> |
| 86 | + <groupId>org.springframework.boot</groupId> |
| 87 | + <artifactId>spring-boot-starter-actuator</artifactId> |
| 88 | + </dependency> |
82 | 89 | <!-- AssertJ --> |
83 | 90 | <!-- https://www.baeldung.com/introduction-to-assertj --> |
84 | 91 | <!-- https://mvnrepository.com/artifact/org.assertj/assertj-core --> |
|
106 | 113 | <dependency> |
107 | 114 | <groupId>fr.insee</groupId> |
108 | 115 | <artifactId>modelefiliere</artifactId> |
109 | | - <version>2.1.0</version> |
| 116 | + <version>2.2.2-springboot4</version> |
110 | 117 | </dependency> |
111 | 118 | <!-- XML libraries --> |
112 | 119 | <!-- XML-XSLT with Saxon --> |
|
0 commit comments