AEMaaCS : How to update CIF Core Components from 1.3.0 to 2.1.0
Hi,
How to update cif core components from 1.3.0 to 2.1.0.
I think during creation of project using archtype with includeCommerce=y flag , will by default include cif core components as part of our project.
Now If I have to upgrade how should I update?
Should I change the version number in main pom.xml as shown below.
<core.cif.components.version>2.1.0</core.cif.components.version>
But my question is, since I know that version number I can update but what about compatible version of graphql?
From where can i get the all details of these , bcz I am seeing below items as well in pom.xm
<graphql.client.version>1.7.4</graphql.client.version>
<magento.graphql.version>9.0.0-magento242ee</magento.graphql.version>
From where can I get the relevant version number for these ? I checked the venia reference and changed as per the venia project but is there any document where all these documented?
Please help