Upgrade the Reltio Connector for MuleSoftLearn how to upgrade the Reltio Connector for MuleSoftTo upgrade, ensure you have Anypoint Studio installed and a project with the Reltio Connector for MuleSoft. If not, see topics Install Reltio Connector for MuleSoft and Test a project with the Reltio Connector for MuleSoft.To upgrade the Reltio Connector for MuleSoft:Launch Anypoint Studio.Locate the pom.xml file within your project's source directory.Open the pom.xml file and locate the dependency section of the connector to update.For example: <dependency> <groupId>com.mulesoft.connectors</groupId> <artifactId>mule-reltio-connector</artifactId> <version>some-old-version</version> <classifier>mule-plugin</classifier> </dependency> Update the version in the dependency element to the latest version number of the connector.For a list of versions, see topic Reltio Connector for MuleSoft release notes.Save the pom.xml file.The connector in your project is now updated to the latest version.