Skip to content

Commit 2e5bd9f

Browse files
committed
Start building against Spring Security 6.4.0 snapshots
See gh-42568
1 parent bfc133d commit 2e5bd9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/server/servlet/OAuth2AuthorizationServerAutoConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@
3333
* <p>
3434
* <strong>Note:</strong> This configuration and
3535
* {@link OAuth2AuthorizationServerJwtAutoConfiguration} work together to ensure that the
36-
* {@link org.springframework.security.config.annotation.ObjectPostProcessor} is defined
36+
* {@link org.springframework.security.config.ObjectPostProcessor} is defined
3737
* <strong>BEFORE</strong> {@link UserDetailsServiceAutoConfiguration} so that a
3838
* {@link org.springframework.security.core.userdetails.UserDetailsService} can be created
3939
* if necessary.

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/servlet/UserDetailsServiceAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import org.springframework.security.authentication.AuthenticationManager;
3939
import org.springframework.security.authentication.AuthenticationManagerResolver;
4040
import org.springframework.security.authentication.AuthenticationProvider;
41-
import org.springframework.security.config.annotation.ObjectPostProcessor;
41+
import org.springframework.security.config.ObjectPostProcessor;
4242
import org.springframework.security.core.userdetails.User;
4343
import org.springframework.security.core.userdetails.UserDetailsService;
4444
import org.springframework.security.crypto.password.PasswordEncoder;

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2114,7 +2114,7 @@ bom {
21142114
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
21152115
}
21162116
}
2117-
library("Spring Security", "6.4.0-M4") {
2117+
library("Spring Security", "6.4.0-SNAPSHOT") {
21182118
considerSnapshots()
21192119
group("org.springframework.security") {
21202120
imports = [

0 commit comments

Comments
 (0)