Read Google sheet API : ExceptionInInitializerError

Looks like you have google-api-client 1.32.x which is quite old.
On Maven central, latest is 2.1.1

https://mvnrepository.com/artifact/com.google.api-client/google-api-client

So, I suggest, remove all of them, grab the latest from maven (using either maven or gradle) alongside all dependencies.

@kazurayam already provided some hints on how to do it, and if you search the forum you may find more tips and tricks on this matter.

e.g you can try the Grape trick: