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 Original file line number Diff line number Diff line change 28
28
29
29
<mainClass >software.xdev.Application</mainClass >
30
30
31
- <org .springframework.boot.version>3.4.5 </org .springframework.boot.version>
31
+ <org .springframework.boot.version>3.5.0 </org .springframework.boot.version>
32
32
</properties >
33
33
34
34
<dependencyManagement >
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >org.springframework.boot</groupId >
55
55
<artifactId >spring-boot-starter-web</artifactId >
56
- <version >3.4.5 </version >
56
+ <version >3.5.0 </version >
57
57
<scope >provided</scope >
58
58
</dependency >
59
59
<dependency >
60
60
<groupId >org.springframework.boot</groupId >
61
61
<artifactId >spring-boot-starter-security</artifactId >
62
- <version >3.4.5 </version >
62
+ <version >3.5.0 </version >
63
63
<scope >provided</scope >
64
64
</dependency >
65
65
You can’t perform that action at this time.
0 commit comments