Accelerate the Value of Data

Upgrade the MuleSoft connector

Learn how to upgrade the Mulesoft connector

To upgrade, ensure you have Anypoint Studio installed and a project with the Mulesoft connector. If not, see topic Install MuleSoft connector and Using the MuleSoft Connector.
To upgrade the Mulesoft connector:
  1. Launch Anypoint Studio
  2. Locate the pom.xml file within your project's source directory.
  3. 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>
    
  4. 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.
  5. Save the pom.xml file.
The connector in your project is now updated to the latest version.