After running gradle build in the root directory of my my web app, the spring security dependency declared in build.gradle does not get downloaded.
gradle build
build.gradle
The solution that helped in my case:
File -> Invalidate Caches/Restart...