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

Update dependency com.google.cloud:google-cloud-bigquery to v2.45.0 #322

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:google-cloud-bigquery 2.44.0 -> 2.45.0 age adoption passing confidence

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
Bug Fixes
  • test: Update schema for broken ConnImplBenchmark test (#​3574) (8cf4387)
Dependencies
  • Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.56.0 (#​3582) (616ee2a)
  • Update dependency com.google.apis:google-api-services-bigquery to v2-rev20241111-2.0.0 (#​3591) (3eef3a9)
  • Update dependency com.google.apis:google-api-services-bigquery to v2-rev20241115-2.0.0 (#​3601) (41f9adb)
  • Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.60.0 (#​3583) (34dd8bc)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.41.0 (#​3607) (11499d1)
  • Update github/codeql-action action to v2.27.5 (#​3588) (3f94075)
  • Update github/codeql-action action to v2.27.6 (#​3597) (bc1f3b9)
  • Update github/codeql-action action to v2.27.7 (#​3603) (528426b)
Documentation
  • bigquery: Add javadoc description of timestamp() parameter. (#​3604) (6ee0c10)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Dec 13, 2024
Copy link

@code-review-assist code-review-assist bot left a 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.0
  • com.google.http-client:google-http-client-appengine: 1.45.2 -> 1.45.3
  • com.google.http-client:google-http-client: 1.45.2 -> 1.45.3
  • com.google.cloud:google-cloud-storage: 2.45.0 -> 2.46.0
  • com.google.cloud:google-cloud-datastore: 2.24.3 -> 2.25.0
  • com.google.cloud:google-cloud-core: 2.48.0 -> 2.49.0
  • com.google.api:gax-grpc: 2.58.0 -> 2.59.0
  • com.google.api:gax-httpjson: 2.58.0 -> 2.59.0
  • com.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!

Copy link

@code-review-assist code-review-assist bot left a 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.

@@ -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>

Choose a reason for hiding this comment

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

low

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.

Suggested change
<gax.version>2.59.0</gax.version>
<gax.version>2.59.0</gax.version>

Comment on lines 124 to 139
<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>

Choose a reason for hiding this comment

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

low

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.

Suggested change
<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>

Choose a reason for hiding this comment

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

low

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.

Suggested change
<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>

Choose a reason for hiding this comment

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

low

This updates google-http-client-appengine. Review the release notes for 1.45.3 to understand the changes and ensure compatibility with the project. Pay attention to any transitive dependency updates and potential conflicts.

Suggested change
<version>1.45.3</version>
<version>1.45.3</version>

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>

Choose a reason for hiding this comment

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

low

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.

Suggested change
<version>3.21.0</version>
<version>3.21.0</version>

copybara-service bot pushed a commit that referenced this pull request Dec 13, 2024
--
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
@renovate-bot renovate-bot changed the title Update all non-major dependencies Update dependency com.google.cloud:google-cloud-bigquery to v2.45.0 Dec 13, 2024
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 2975d68 to 481571f Compare December 13, 2024 17:11
@copybara-service copybara-service bot merged commit 38c3b6b into GoogleCloudPlatform:main Dec 13, 2024
7 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch December 13, 2024 17:59
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 ready to pull
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants