spring-guides / gs-securing-web

Securing a Web Application :: Learn how to protect your web application with Spring Security.
http://spring.io/guides/gs/securing-web/
Apache License 2.0
364 stars 447 forks source link

Migrate to Spring Boot 3.0.0 #71

Closed rwinch closed 1 year ago

sw-fox commented 1 year ago

the "what you need" paragraph still mentions a minimum of jdk 1.8 despite Spring Boot 3 requires a minimum of java 17.

https://spring.io/guides/gs/securing-web/

Buzzardo commented 1 year ago

Fixed. Thanks. :)