Skip to content

Commit efee9ab

Browse files
committed
Update org.springframework.boot to v3.5.4
1 parent 7472878 commit efee9ab

File tree

2 files changed

+3
-3
lines changed
  • spring-security-advanced-authentication-ui-demo
  • spring-security-advanced-authentication-ui

2 files changed

+3
-3
lines changed

spring-security-advanced-authentication-ui-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<mainClass>software.xdev.Application</mainClass>
3030

31-
<org.springframework.boot.version>3.5.3</org.springframework.boot.version>
31+
<org.springframework.boot.version>3.5.4</org.springframework.boot.version>
3232
</properties>
3333

3434
<dependencyManagement>

spring-security-advanced-authentication-ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
<dependency>
5454
<groupId>org.springframework.boot</groupId>
5555
<artifactId>spring-boot-starter-web</artifactId>
56-
<version>3.5.3</version>
56+
<version>3.5.4</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.springframework.boot</groupId>
6161
<artifactId>spring-boot-starter-security</artifactId>
62-
<version>3.5.3</version>
62+
<version>3.5.4</version>
6363
<scope>provided</scope>
6464
</dependency>
6565

0 commit comments

Comments
 (0)