AEM - AMS - Development - I need GSON 2.8.9
hi folks,
I have GSON 2.8.0 but I've been told to upgrade to 2.8.9.
Just editing the Pom file doesn't seem to work for me. Cloudmanager doesn't find the updated GSON.
I changed my main pom.xml file.
Any ideas what I'm doing wrong.? Could it be my UBER jar api version?
thanks
Fiona
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>