In my project im using primefaces 6.2, in my pom.xml
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>6.2</version>
</dependency>
It has security issue with the jquery it is using, it is fixed in 7.0.14 so i wish to upgrade primefaces to 7.0.14
, but in maven repository, i only see all the major versions:
How can i upgrade to 7.0.14 using maven?