Skip to content

Commit

Permalink
fix: dynamic unit in ddi (#215)
Browse files Browse the repository at this point in the history
* fix: dynamic unit in ddi

Bump Eno lib to 2.12.1

* chore: release version 2.7.1
  • Loading branch information
nsenave authored Dec 18, 2024
1 parent 15ed974 commit 2292493
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 @@ -5,7 +5,7 @@
<groupId>fr.insee</groupId>
<artifactId>eno-ws</artifactId>
<packaging>jar</packaging>
<version>2.7.0</version>
<version>2.7.1</version>
<name>Eno-Web-Service</name>

<!-- Spring Boot parent -->
Expand All @@ -27,7 +27,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>

<!-- Dependencies -->
<eno.version>2.12.0</eno.version>
<eno.version>2.12.1</eno.version>
<lunatic-model.version>2.7.1</lunatic-model.version>
<javax.activation.version>1.2.0</javax.activation.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
Expand Down

0 comments on commit 2292493

Please sign in to comment.