Hi @tanikaa71652610 , If you are still looking for the answer. Please add the below dependency to your project. <dependency> <groupId>com.google.code.gson<groupId><artifactId>gson</artifactId><version>2.8.0</version><scope>test</scope></dependency>Note : adding scope is very important for this to w...