Conversation
There was a problem hiding this comment.
Hi @marcindabrowski, thanks for the PR. Just trying to understand if you are facing any problems with the current version of gson? I can see the github actions failures that says the RequireUpperBoundDeps rule failed for com.google.code.gson:gson:2.12.1 during the build of example-gauth. It looks like google-auth-library-oauth2-http:1.41.0 (used in the GAuth example) transitively depends on Gson 2.12.1. Since you are upgrading the project to 2.13.2, Maven's Enforcer requires that all parts of the dependency tree use the highest version found.
Having said that, I don't think we prefer to do these upgrades one at a time. We do them all together in our post-release upgrades. Just like #12588
|
Closing this in favor of post-release upgrades. |
Upgrade gson to latest version which is 2.13.2.