File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.5.6 </version >
9+ <version >3.5.10 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212 <packaging >jar</packaging >
1313 <groupId >fr.insee.rmes</groupId >
1414 <artifactId >magma</artifactId >
15- <version >1.4.11 </version >
15+ <version >1.4.12-rc0 </version >
1616 <name >magma</name >
1717 <description >Metadata management API</description >
1818 <organization >
3232 </properties >
3333
3434 <dependencies >
35+ <!-- A supprimer après une mise à jour de spring boot > 3.5.10 -->
36+ <dependency >
37+ <groupId >org.assertj</groupId >
38+ <artifactId >assertj-core</artifactId >
39+ <version >3.27.7</version >
40+ </dependency >
41+ <!-- Fin des dépendances à supprimer pour la maj -->
3542 <dependency >
3643 <groupId >org.springframework.boot</groupId >
3744 <artifactId >spring-boot-starter-web</artifactId >
You can’t perform that action at this time.
0 commit comments