AEM 6.5 GSON version upgrade from 2.8.9 to 2.10.1
My gson version is not changing to 2.10.1 I mean not reflecting in http://localhost:4502/system/console/depfinder
Made changes in pom.xml
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<scope>provided</scope>
</dependency>