Skip to content

Commit

Permalink
pom : upgrade to spring boot 3.4.0 (#216)
Browse files Browse the repository at this point in the history
* pom : upgrade to spring boot 3.4.0

* pom : update Magma version

* pom: update dependency version
  • Loading branch information
GtanSndil authored Dec 17, 2024
1 parent 43e4f38 commit 0016dd7
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 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.5</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<packaging>jar</packaging>
<groupId>fr.insee.rmes</groupId>
<artifactId>magma</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>magma</name>
<description>Metadata management API</description>
<organization>
Expand All @@ -21,9 +21,9 @@
</organization>
<properties>
<java.version>21</java.version>
<json.version>20231013</json.version>
<rdf4j.version>5.0.0-M3</rdf4j.version>
<springdoc.version>2.3.0</springdoc.version>
<json.version>20240303</json.version>
<rdf4j.version>5.1.0</rdf4j.version>
<springdoc.version>2.7.0</springdoc.version>
<jacoco.version>0.8.12</jacoco.version>

<sonar.organization>inseefr</sonar.organization>
Expand Down Expand Up @@ -105,12 +105,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -168,4 +168,11 @@
</resource>
</resources>
</build>
<repositories>
<repository>
<id>maven_central</id>
<name>Maven Central</name>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>
</project>

0 comments on commit 0016dd7

Please sign in to comment.