I have a Java-Maven project imported in Eclipse. When I right click on the Project > Maven > Update Project, I see "Update Dependencies" option greyed out(not accessible) but "Force Update of Snapshots/Release" option accessible.
Eclipse version - "Eclipse IDE for Enterprise Java Developers, Version: 2019-03 (4.11.0)"
Mac operation system is used.
I have tried "mvn eclipse:eclipse" on the project via cmd, "mvn clean install" and all dependencies are showing fine.
I want to understand why is "Update Dependencies" greyed out and what can be done to fix this.