Skip to content

Commit

Permalink
feat: montée de version springboot 3.4 - protools v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchou59 committed Nov 25, 2024
1 parent e16b8f3 commit df1bd15
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>fr.insee.sndil.protools</groupId>
<artifactId>protools-protlsbo</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<name>Protools Back Office</name>
<description>Protools Back Office: Survey Orchestrator and Management Tool - Built with Flowable Engine</description>
<properties>
Expand All @@ -21,6 +21,8 @@
<pitest.junit.version>1.2.1</pitest.junit.version>
<passay.version>1.6.4</passay.version>
<groovy-version>4.0.21</groovy-version>
<!-- Used in tests -->
<mockwebserver.version>4.12.0</mockwebserver.version>
</properties>


Expand Down Expand Up @@ -122,6 +124,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>${mockwebserver.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit df1bd15

Please sign in to comment.