File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
spring-security-advanced-authentication-ui-demo
spring-security-advanced-authentication-ui Expand file tree Collapse file tree 2 files changed +5
-5
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.3.1 </org .springframework.boot.version>
31
+ <org .springframework.boot.version>3.3.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.3.1 </version >
91
+ <version >3.3.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.3.1 </version >
97
+ <version >3.3.4 </version >
98
98
<scope >provided</scope >
99
99
</dependency >
100
100
101
101
<dependency >
102
102
<groupId >org.junit.jupiter</groupId >
103
103
<artifactId >junit-jupiter</artifactId >
104
- <version >5.10.3 </version >
104
+ <version >5.11.0 </version >
105
105
<scope >test</scope >
106
106
</dependency >
107
107
</dependencies >
198
198
<plugin >
199
199
<groupId >org.apache.maven.plugins</groupId >
200
200
<artifactId >maven-surefire-plugin</artifactId >
201
- <version >3.3 .0</version >
201
+ <version >3.5 .0</version >
202
202
</plugin >
203
203
</plugins >
204
204
</build >
You can’t perform that action at this time.
0 commit comments