Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMBourgeois committed Apr 22, 2024
1 parent 40715b1 commit 7241862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2.3</version>
<version>3.2.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<packaging>${packaging.mode}</packaging>
<groupId>fr.insee.rmes</groupId>
<artifactId>magma</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>magma</name>
<description>Metadata management API</description>
<organization>
Expand All @@ -26,7 +26,7 @@
<json.version>20231013</json.version>
<rdf4j.version>5.0.0-M2</rdf4j.version>
<springdoc.version>2.3.0</springdoc.version>
<jacoco.version>0.8.8</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 7241862

Please sign in to comment.