2022-11-19 07:57:17 +08:00
|
|
|
[[migration]]
|
2023-07-19 21:30:23 +08:00
|
|
|
= Migrating to 6.2
|
2023-05-13 04:43:14 +08:00
|
|
|
:spring-security-reference-base-url: https://docs.spring.io/spring-security/reference
|
2022-11-19 07:57:17 +08:00
|
|
|
|
2023-07-19 21:30:23 +08:00
|
|
|
This guide provides instructions for migrating from Spring Security 6.1 to Spring Security 6.2.
|
2022-11-19 07:57:17 +08:00
|
|
|
|
2023-07-19 21:30:23 +08:00
|
|
|
== Update to Spring Security 6.2
|
2022-11-19 07:57:17 +08:00
|
|
|
|
2023-07-19 21:30:23 +08:00
|
|
|
When updating to a new minor version, it is important that you are already using the latest patch release of the previous minor version.
|
|
|
|
For example, if you are upgrading to Spring Security 6.2, you should already be using the latest patch release of Spring Security 6.1.
|
|
|
|
This makes it easier to identify any changes that may have been introduced in the new minor version.
|
2022-11-19 07:57:17 +08:00
|
|
|
|
2023-07-19 21:30:23 +08:00
|
|
|
Therefore, the first step is to ensure you are on the latest patch release of Spring Boot 3.1.
|
|
|
|
Next, you should ensure you are on the latest patch release of Spring Security 6.1.
|
|
|
|
Typically, the latest patch release of Spring Boot uses the latest patch release of Spring Security.
|
2022-11-19 07:57:17 +08:00
|
|
|
|
2023-07-19 21:30:23 +08:00
|
|
|
With those two steps complete, you can now update to Spring Security 6.2.
|