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

(Backend) - Update Google Dependencies to Address Vulnerabilities and General Tech Debt #2415

Merged
merged 8 commits into from
May 24, 2024

Conversation

timyates
Copy link
Collaborator

The original plan was to perform a minor upgrade of the Google dependencies, however the latest postgres-socket-factory pulls in a transitive major update to v2 of the google-api-client

So I went for it and grabbed the latest major version of all Google dependencies.

Also updated:

  • Patch Micronaut upgrade to 4.4.2
  • Micronaut Gradle plugin patch update
  • Selenium to latest
  • Latest webdrivermanager
  • Latest openrewrite library

Some Google classes have changed package, but I don't believe these are persisted (internal use only), so I think this is ok

@timyates timyates added the dependencies Pull requests that update a dependency file label May 21, 2024
@timyates timyates self-assigned this May 21, 2024
@@ -16,7 +16,7 @@
@Singleton
public class GoogleDriveAccessor {

private static final JsonFactory JSON_FACTORY = JacksonFactory.getDefaultInstance();
private static final JsonFactory JSON_FACTORY = GsonFactory.getDefaultInstance();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular driver for this change? Just curious.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mkimberlin mkimberlin merged commit 11fbc64 into develop May 24, 2024
1 check passed
@mkimberlin mkimberlin deleted the feature-2367/dependency-updates branch May 24, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(Backend) - Update Google Dependencies to Address Vulnerabilities and General Tech Debt
3 participants