Skip to content

Commit

Permalink
pom(upgrade versions) (#760)
Browse files Browse the repository at this point in the history
Co-authored-by: Bibonne Fabrice <[email protected]>
  • Loading branch information
FBibonne and Bibonne Fabrice authored Sep 16, 2024
1 parent 687d05e commit 1ee6bdc
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>


<groupId>fr.insee.rmes</groupId>
<artifactId>Bauhaus-BO</artifactId>
<packaging>jar</packaging>
<version>3.26.5</version>
<version>3.26.6</version>
<name>Bauhaus-Back-Office</name>
<description>Back-office services for Bauhaus</description>
<url>https://github.com/InseeFr/Bauhaus-Back-Office</url>
Expand Down Expand Up @@ -76,17 +76,17 @@
<properties>
<java.version>21</java.version>
<springdoc.version>2.3.0</springdoc.version>
<rdf4j.version>4.3.9</rdf4j.version>
<xdocreport.version>2.0.4</xdocreport.version>
<rdf4j.version>4.3.13</rdf4j.version>
<xdocreport.version>2.0.6</xdocreport.version>
<jacoco.version>0.8.5</jacoco.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java-jwt.version>4.4.0</java-jwt.version>
<json.version>20231013</json.version>
<json.version>20240303</json.version>
<flexmark.version>0.64.8</flexmark.version>
<jaxb.version>4.0.5</jaxb.version>
<zt.version>1.17</zt.version>
<saxon.version>12.4</saxon.version>
<minio.version>8.5.10</minio.version>
<minio.version>8.5.11</minio.version>


<!-- SONAR -->
Expand Down Expand Up @@ -292,5 +292,12 @@
</plugin>
</plugins>
</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 1ee6bdc

Please sign in to comment.