Skip to content

Commit 271474d

Browse files
committed
Update org.springframework.boot to v4.0.4
1 parent 0dff55c commit 271474d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • spring-security-advanced-authentication-ui-demo
  • spring-security-advanced-authentication-ui

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>4.0.3</org.springframework.boot.version>
31+
<org.springframework.boot.version>4.0.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>4.0.3</version>
56+
<version>4.0.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>4.0.3</version>
62+
<version>4.0.4</version>
6363
<scope>provided</scope>
6464
</dependency>
6565

0 commit comments

Comments
 (0)