Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] Update google-api-client to 1.35.0 #16358

Closed
wants to merge 1 commit into from

Commits on Sep 29, 2022

  1. Update google-api-client to 1.35.0 bazelbuild#208

    google-api-client migrated from jackson to gson
    see googleapis/google-api-java-client#1661.
    The first release that contained this change is 1.32.1.
    Bazel removed the jackson artifacts but did not update the library
    accordingly and fails at runtime when google-api-client tries to
    access jackson classes
    
    Updating to first version after 1.32.1 that does not have any
    listed vulnerability
    Mauricio Galindo committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    731f799 View commit details
    Browse the repository at this point in the history