Skip to content

Commit 79235c0

Browse files
authored
Merge pull request #137 from xdev-software/renovate/org.springframework.boot
Update org.springframework.boot to v3.5.0
2 parents e28227c + f61678e commit 79235c0

File tree

2 files changed

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

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

0 commit comments

Comments
 (0)