How to find newer upgrades on all libraries in gradle. I have the following dependencies in mybuild.gradle file, how do I find out what newer upgrades are available?
testCompile 'org.mockito:mockito-core:1.9.3'
testCompile 'org.hamcrest:hamcrest-all:1.3'
testCompile 'org.jmockit:jmockit:1.18'