-
Notifications
You must be signed in to change notification settings - Fork 47
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
Update dependency com.google.cloud:google-cloud-bigquery to v2.45.0 #322
Update dependency com.google.cloud:google-cloud-bigquery to v2.45.0 #322
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi team,
I'm currently reviewing this pull request and will post my full review in a few minutes. In the meantime, here's a quick summary for you and other reviewers to get up to speed:
This pull request, submitted by renovate-bot, updates several non-major dependencies across the appengine-java-standard
project. The goal is to keep the project's dependencies current and benefit from bug fixes and potential improvements in the updated libraries. Specifically, the following dependencies have been updated:
com.google.cloud:google-cloud-logging
: 3.20.7 -> 3.21.0com.google.http-client:google-http-client-appengine
: 1.45.2 -> 1.45.3com.google.http-client:google-http-client
: 1.45.2 -> 1.45.3com.google.cloud:google-cloud-storage
: 2.45.0 -> 2.46.0com.google.cloud:google-cloud-datastore
: 2.24.3 -> 2.25.0com.google.cloud:google-cloud-core
: 2.48.0 -> 2.49.0com.google.api:gax-grpc
: 2.58.0 -> 2.59.0com.google.api:gax-httpjson
: 2.58.0 -> 2.59.0com.google.api:gax
: 2.58.0 -> 2.59.0
The changes are primarily version bumps in the pom.xml
files, reflecting the updated dependency versions. Release notes for each updated library are included in the PR description. Note that some dependencies could not be fully looked up, so please check the Dependency Dashboard for more details.
The PR is ready for manual merge once you've reviewed the changes.
Here's a little something to brighten your day:
Code flows like a river,
Version bumps, a gentle stream,
Fresh updates arrive.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request updates several non-major dependencies for Google Cloud libraries. Regularly updating dependencies is a good practice to ensure you benefit from the latest bug fixes, performance improvements, and new features. It's important to review the release notes for each updated library to understand the changes and assess their potential impact on the application. While Renovate provides a good starting point, it's essential to conduct thorough testing after merging this PR to verify that the application continues to function as expected with the updated libraries.
applications/proberapp/pom.xml
Outdated
@@ -38,7 +38,7 @@ | |||
<DB_REGION>us-central1</DB_REGION> | |||
<DB_USER>prober-user</DB_USER> | |||
<DB_PASSOWRD>prober_connectivity_test_database</DB_PASSOWRD> | |||
<gax.version>2.58.0</gax.version> | |||
<gax.version>2.59.0</gax.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This updates the gax
version. It's important to understand the changes introduced in this new version. Please refer to the release notes for gax
2.59.0 to see what has changed. Pay close attention to any potential breaking changes or deprecations that might require code modifications in this application.
<gax.version>2.59.0</gax.version> | |
<gax.version>2.59.0</gax.version> |
applications/proberapp/pom.xml
Outdated
<version>2.49.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.cloud</groupId> | ||
<artifactId>google-cloud-datastore</artifactId> | ||
<version>2.24.3</version> | ||
<version>2.25.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.cloud</groupId> | ||
<artifactId>google-cloud-logging</artifactId> | ||
<version>3.20.7</version> | ||
<version>3.21.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.cloud</groupId> | ||
<artifactId>google-cloud-storage</artifactId> | ||
<version>2.45.0</version> | ||
<version>2.46.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating these Google Cloud libraries is generally recommended. However, it's crucial to review the release notes for each library to identify any breaking changes, deprecations, or behavioral modifications that could impact this application. Thorough testing is essential after updating dependencies to ensure compatibility and catch any unforeseen issues.
<version>2.49.0</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.cloud</groupId> | |
<artifactId>google-cloud-datastore</artifactId> | |
<version>2.24.3</version> | |
<version>2.25.0</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.cloud</groupId> | |
<artifactId>google-cloud-logging</artifactId> | |
<version>3.20.7</version> | |
<version>3.21.0</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.cloud</groupId> | |
<artifactId>google-cloud-storage</artifactId> | |
<version>2.45.0</version> | |
<version>2.46.0</version> | |
<version>2.49.0</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.cloud</groupId> | |
<artifactId>google-cloud-datastore</artifactId> | |
<version>2.25.0</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.cloud</groupId> | |
<artifactId>google-cloud-logging</artifactId> | |
<version>3.21.0</version> | |
</dependency> | |
<dependency> | |
<groupId>com.google.cloud</groupId> | |
<artifactId>google-cloud-storage</artifactId> | |
<version>2.46.0</version> |
pom.xml
Outdated
@@ -460,7 +460,7 @@ | |||
<dependency> | |||
<groupId>com.google.http-client</groupId> | |||
<artifactId>google-http-client</artifactId> | |||
<version>1.45.2</version> | |||
<version>1.45.3</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This updates google-http-client
. It's important to be aware of the changes introduced in this version, particularly the dependency updates. Check the release notes for 1.45.3 and verify there are no conflicts or required adjustments in other parts of the project.
<version>1.45.3</version> | |
<version>1.45.3</version> |
pom.xml
Outdated
@@ -591,7 +591,7 @@ | |||
<dependency> | |||
<groupId>com.google.http-client</groupId> | |||
<artifactId>google-http-client-appengine</artifactId> | |||
<version>1.45.2</version> | |||
<version>1.45.3</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pom.xml
Outdated
@@ -726,7 +726,7 @@ | |||
<dependency> | |||
<groupId>com.google.cloud</groupId> | |||
<artifactId>google-cloud-logging</artifactId> | |||
<version>3.20.7</version> | |||
<version>3.21.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This updates google-cloud-logging
. Review the release notes for 3.21.0, paying attention to the new features, bug fixes, and dependency updates. Ensure these changes are compatible with the application and that no code adjustments are necessary.
<version>3.21.0</version> | |
<version>3.21.0</version> |
-- 2975d68 by Mend Renovate <[email protected]>: Update all non-major dependencies COPYBARA_INTEGRATE_REVIEW=#322 from renovate-bot:renovate/all-minor-patch 2975d68 PiperOrigin-RevId: 705902898 Change-Id: I80b53330c156537a6a42c5ed4dd6342980ec6af9
2975d68
to
481571f
Compare
38c3b6b
into
GoogleCloudPlatform:main
This PR contains the following updates:
2.44.0
->2.45.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
googleapis/java-bigquery (com.google.cloud:google-cloud-bigquery)
v2.45.0
Compare Source
Features
java.time
methods and variables (#3586) (31fb15f)Bug Fixes
Dependencies
Documentation
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.