Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoBouttes authored Oct 10, 2024
1 parent b0e5006 commit 04e5223
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>jar</packaging>
<groupId>fr.insee.rmes</groupId>
<artifactId>magma</artifactId>
<version>1.2.8</version>
<version>1.2.9</version>
<name>magma</name>
<description>Metadata management API</description>
<organization>
Expand All @@ -25,7 +25,6 @@
<rdf4j.version>5.0.0-M3</rdf4j.version>
<springdoc.version>2.3.0</springdoc.version>
<jacoco.version>0.8.12</jacoco.version>
<commons.version>2.17.0</commons.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -106,7 +105,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>{commons.version}</version>
<version>2.17.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 04e5223

Please sign in to comment.