Skip to content

Commit 47806a0

Browse files
[backend] Update spring boot to v3.4.5
1 parent 19736c7 commit 47806a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openbas-api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.springframework.boot</groupId>
7878
<artifactId>spring-boot-starter-security</artifactId>
79-
<version>3.2.11</version>
79+
<version>3.4.5</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.springframework.boot</groupId>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.springframework.boot</groupId>
8787
<artifactId>spring-boot-starter-oauth2-client</artifactId>
88-
<version>3.2.11</version>
88+
<version>3.4.5</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.springframework.boot</groupId>

pom.xml

+1-1
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.5</version>
1010
</parent>
1111

1212
<groupId>io.openbas</groupId>

0 commit comments

Comments
 (0)