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 t
Unfortunatelly, it's not possible due to the Gradle architecture. We can't get partial data using the API and the full build has to be run to get the actual state of the dependencies.