Skip to content

Commit 50f2ab3

Browse files
authored
Upgrade Spring Boot and project version
1 parent 4e30c39 commit 50f2ab3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
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>
@@ -32,6 +32,13 @@
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>

0 commit comments

Comments
 (0)