Skip to content

Commit 8179a23

Browse files
[backend] Update spring boot to v3.4.3
1 parent 65d572d commit 8179a23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openbas-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.springframework.boot</groupId>
7272
<artifactId>spring-boot-starter-security</artifactId>
73-
<version>3.2.11</version>
73+
<version>3.4.3</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.springframework.boot</groupId>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.springframework.boot</groupId>
8181
<artifactId>spring-boot-starter-oauth2-client</artifactId>
82-
<version>3.2.11</version>
82+
<version>3.4.3</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.springframework.boot</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.3.7</version>
9+
<version>3.4.3</version>
1010
</parent>
1111

1212
<groupId>io.openbas</groupId>

0 commit comments

Comments
 (0)