Skip to content

Commit

Permalink
Merge pull request #94 from InseeFr/fix/spring-version
Browse files Browse the repository at this point in the history
fix(security): upgrade spring version
  • Loading branch information
BettyB979 authored Nov 25, 2024
2 parents 255fec6 + 4e33344 commit bb15118
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 @@ -6,12 +6,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.3.6</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>fr.insee.survey</groupId>
<artifactId>platine-management</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<name>platine-management</name>
<description>REST API for communication between DB and Platine-Management UI and Platine-My-Surveys UI</description>
<properties>
Expand Down

0 comments on commit bb15118

Please sign in to comment.