Here I'm tired of opening all the tabs and searching for these links to find the exact version and the keys to them
- Latest Spring Boot dependencies
- docs
- actual pom - call the script
latest-spring-boot-version.sh
below
- Versions override properties names
- Easy way to search a maven dependency at https://search.maven.org/ e.g.
org.springframework.boot:spring-boot-*-web
- I want to list all the latest spring boot dependencies versions in the terminal
# once before
chmod +x latest-spring-boot-version.sh
chmod +x current-spring-dependencies.sh
# then
./latest-spring-boot-version.sh | ./second-script.sh