Skip to content

Commit 77f0086

Browse files
committed
fix(security): bump spring boot to 3.4.0
1 parent 3dd68f8 commit 77f0086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.5</version>
8+
<version>3.4.0</version>
99
<relativePath/>
1010
<!-- lookup parent from repository -->
1111
</parent>
1212

1313
<groupId>fr.insee</groupId>
1414
<artifactId>Pogues-BO</artifactId>
1515
<packaging>jar</packaging>
16-
<version>4.9.2-SNAPSHOT.1</version>
16+
<version>4.9.3</version>
1717
<name>Pogues-Back-Office</name>
1818

1919
<properties>

0 commit comments

Comments
 (0)