Is it possible to get IntelliJ to update a single dependency rather than have to refresh all dependencies via the "Refresh all Gradle projects" button in the Gradle side tab?
The reason I ask is that a full refresh takes several minutes on our project (Long enough for me to write this SO question!) and I just want to update a dependency on another project I am updating locally.