This little handy console application scans a Gradle build file ()build.gradle) for dependencies and checks for new versions at mvnrepository.com.
This application is written by me for me. If it doesn't work for you or don't suit your pruposes, please feel free to rewrite it yourself. :)
What you need to build and run this application:
gradle fatJar
java -jar build/libs/gradledependencyparser-all.jar path/to/your/build.gradle
- Print execution report like "Dependencies with new versions" and "Skipped dependencies".