Start building against Spring Security 6.5.0-RC1 snapshots
See gh-45147
This commit is contained in:
@@ -58,6 +58,7 @@ public class SecurityConfiguration {
|
||||
}
|
||||
|
||||
@Bean
|
||||
@SuppressWarnings("removal")
|
||||
SecurityFilterChain configure(HttpSecurity http, HandlerMappingIntrospector handlerMappingIntrospector)
|
||||
throws Exception {
|
||||
http.authorizeHttpRequests((requests) -> {
|
||||
|
||||
Reference in New Issue
Block a user