gs-authenticating-ldap icon indicating copy to clipboard operation
gs-authenticating-ldap copied to clipboard

Update Spring Boot to the latest version

Open robertmcnees opened this issue 2 years ago • 3 comments
trafficstars

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

robertmcnees avatar Sep 28 '23 09:09 robertmcnees

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

zhangwt-cn avatar Oct 11 '23 08:10 zhangwt-cn

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.

robertmcnees avatar Oct 11 '23 13:10 robertmcnees

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

zhangwt-cn avatar Oct 12 '23 03:10 zhangwt-cn