spring-guides / gs-authenticating-ldap

Authenticating a User with LDAP :: Learn how to secure an application with LDAP.

Home Page:https://spring.io/guides/gs/authenticating-ldap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Spring Boot to the latest version

robertmcnees opened this issue · comments

Update the guide to use the most recent Spring Boot version.

Files that require changes are:

initial/build.gradle
initial/pom.xml
complete/build.gradle
complete/pom.xml

Hello, which version do you need to upgrade to? I will be happy to do it.

Hi @zhangwt-cn . Thank you for the interest.

You can find the latest stable Spring Boot version by finding the CURRENT tag on this page. Additionally, you could go to start.spring.io and find the latest version that is not a SNAPSHOT or a milestone (M).

As of this moment the latest version of Spring Boot is 3.1.4.

Hi @robertmcnees I have submitted the modification, please feel free to correct me if there are any questions. #49