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.3 </org .springframework.boot.version>
31
+ <org .springframework.boot.version>3.4.4 </org .springframework.boot.version>
32
32
</properties >
33
33
34
34
<dependencyManagement >
Original file line number Diff line number Diff line change 88
88
<dependency >
89
89
<groupId >org.springframework.boot</groupId >
90
90
<artifactId >spring-boot-starter-web</artifactId >
91
- <version >3.4.3 </version >
91
+ <version >3.4.4 </version >
92
92
<scope >provided</scope >
93
93
</dependency >
94
94
<dependency >
95
95
<groupId >org.springframework.boot</groupId >
96
96
<artifactId >spring-boot-starter-security</artifactId >
97
- <version >3.4.3 </version >
97
+ <version >3.4.4 </version >
98
98
<scope >provided</scope >
99
99
</dependency >
100
100
You can’t perform that action at this time.
0 commit comments