How can I mention the version in pom.xml generic ? . Can I make it to download the latest version of dependency automatically ?
<dependency>
<groupId>com.here.platform</groupId>
<artifactId>sdk-bom</artifactId>
<version>1.5.55</version>
<type>pom</type>
<scope>import</scope>
</dependency>