Getting Java.lang.NoSuchMethodError with 6.5.17 Uber jar
Hi all,
I am trying build my project with new Uber jar 6.5.17.
I am getting
Java.lang.NoSuchMethodError: com.google.gson.internal.bind.ObjectaTyperAdapter.getFactory.
In the testing phase.
We have added the Gson(2.8.5) dependency to the core POM file but still getting same error.
It was working file with 6.5.10 Uber jar.
Anyone knows how to fix it