Skip to content

Commit

Permalink
fix(security): bump spring boot to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenave committed Nov 22, 2024
1 parent 3dd68f8 commit 77f0086
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,15 +5,15 @@
<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</groupId>
<artifactId>Pogues-BO</artifactId>
<packaging>jar</packaging>
<version>4.9.2-SNAPSHOT.1</version>
<version>4.9.3</version>
<name>Pogues-Back-Office</name>

<properties>
Expand Down

0 comments on commit 77f0086

Please sign in to comment.