|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>fr.insee.genesis</groupId> |
6 | 6 | <artifactId>genesis-api</artifactId> |
7 | | - <version>2.7.0</version> |
| 7 | + <version>2.6.9</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>4.0.6</version> |
| 14 | + <version>3.5.14</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> |
23 | 25 |
|
24 | 26 | <!-- Dependency versions not managed by Spring --> |
25 | | - <bpm.version>1.2.0</bpm.version> |
26 | | - <springdoc.version>3.0.3</springdoc.version> |
| 27 | + <bpm.version>1.1.5</bpm.version> |
| 28 | + <springdoc.version>2.8.17</springdoc.version> |
27 | 29 | <mapstruct.version>1.6.3</mapstruct.version> |
28 | | - <pitest.version>1.25.5</pitest.version> |
| 30 | + <pitest.version>1.25.3</pitest.version> |
29 | 31 | <pitest.junit.version>1.2.3</pitest.junit.version> |
30 | 32 |
|
31 | 33 | <!-- Sonar properties --> |
|
73 | 75 | <scope>test</scope> |
74 | 76 | </dependency> |
75 | 77 | <dependency> |
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> |
| 78 | + <groupId>org.springframework.security</groupId> |
| 79 | + <artifactId>spring-security-test</artifactId> |
83 | 80 | <scope>test</scope> |
84 | 81 | </dependency> |
85 | | - <dependency> |
86 | | - <groupId>org.springframework.boot</groupId> |
87 | | - <artifactId>spring-boot-starter-actuator</artifactId> |
88 | | - </dependency> |
89 | 82 | <!-- AssertJ --> |
90 | 83 | <!-- https://www.baeldung.com/introduction-to-assertj --> |
91 | 84 | <!-- https://mvnrepository.com/artifact/org.assertj/assertj-core --> |
|
113 | 106 | <dependency> |
114 | 107 | <groupId>fr.insee</groupId> |
115 | 108 | <artifactId>modelefiliere</artifactId> |
116 | | - <version>2.2.2-springboot4</version> |
| 109 | + <version>2.1.0</version> |
117 | 110 | </dependency> |
118 | 111 | <!-- XML libraries --> |
119 | 112 | <!-- XML-XSLT with Saxon --> |
|
0 commit comments