Skip to content

Commit

Permalink
Document Update to 5.8 in Migration
Browse files Browse the repository at this point in the history
Closes gh-12196
  • Loading branch information
rwinch committed Nov 11, 2022
1 parent b5bd52c commit 1a6a295
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/modules/ROOT/pages/migration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ updating to 6.0
endif::[]
.

== Update to Spring Security 5.8

The first step is to ensure you are the latest patch release of Spring Boot 2.7.
Next, you should ensure you are on the latest patch release of Spring Security 5.8.
If you are using Spring Boot, you will need to override the Spring Boot version from Spring Security 5.7 to 5.8.
Spring Security 5.8 is fully compatible with Spring Security 5.7 and thus Spring Boot 2.7.
For directions, on how to update to Spring Security 5.8 visit the xref::getting-spring-security.adoc[] section of the reference guide.

== Servlet

=== Explicit SessionAuthenticationStrategy
Expand Down

0 comments on commit 1a6a295

Please sign in to comment.