In my case the problem was with LocalDate in Java 17, even though my project was configured as Java 11 project, IntelliJ was using Java 17, so I change the configuration on IntelliJ to use Java 11 and then it worked, apparently Java 17 is not entirely compatible with GSON dependency.