I have a project with SNAPSHOT dependencies using gradle as its build tool in intellij.
The problem is that intellij is using SNAPSHOTS that are now outdated.
Another option is to open up the Project Structure, and under Project Settings, Libraries, find the dependency in the list and remove it. Then press the Gradle refresh blue circling arrows icon and IntelliJ should fetch the latest version.