Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
change version of springboot (3.3.4 -> 3.3.5)
change version of Magma (1.2.9 -> 1.3.0)
  • Loading branch information
HugoBouttes authored Nov 7, 2024
1 parent 04e5223 commit 7318f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<packaging>jar</packaging>
<groupId>fr.insee.rmes</groupId>
<artifactId>magma</artifactId>
<version>1.2.9</version>
<version>1.3.0</version>
<name>magma</name>
<description>Metadata management API</description>
<organization>
Expand Down

0 comments on commit 7318f8c

Please sign in to comment.