I'm updating AWS Java SDK version using IntellJ, tried everything but both compileClasspath & runtimeClasspath dependency doesn't change at all.
Here is the Project https://github.com/Netflix/conductor
main build.gradle file https://github.com/Netflix/conductor/blob/main/build.gradle
The dependency I'm trying to update is in here https://github.com/Netflix/conductor/blob/main/awssqs-event-queue/build.gradle
Updated to a different version
Here I tried buildDependency option
Also tried reload Gradle project
Here I expect the SDK version to be changed but did not.