Skip to content

Commit

Permalink
feat: montée de version spring; sringdoc
Browse files Browse the repository at this point in the history
Protools en 1.1.1
  • Loading branch information
chouchou59 committed Sep 24, 2024
1 parent 66f82a0 commit b8d29af
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 @@ -5,17 +5,17 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.1</version>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>fr.insee.sndil.protools</groupId>
<artifactId>protools-protlsbo</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>Protools Back Office</name>
<description>Protools Back Office: Survey Orchestrator and Management Tool - Built with Flowable Engine</description>
<properties>
<java.version>17</java.version>
<springdoc.version>2.5.0</springdoc.version>
<springdoc.version>2.6.0</springdoc.version>
<flowable.version>7.0.1-insee</flowable.version>
<pitest.version>1.16.1</pitest.version>
<pitest.junit.version>1.2.1</pitest.junit.version>
Expand Down

0 comments on commit b8d29af

Please sign in to comment.