Skip to content

chore(bigquery-jdbc): bump version to 1.4.1 - #14408

Open
blakeli0 wants to merge 1 commit into
googleapis:mainfrom
blakeli0:chore/bump-bigquery-jdbc-1.4.1
Open

blakeli0 wants to merge 1 commit into
googleapis:mainfrom
blakeli0:chore/bump-bigquery-jdbc-1.4.1

Conversation

@blakeli0

Copy link
Copy Markdown
Contributor

Bumps java-bigquery-jdbc to version 1.4.1 and updates SNAPSHOT dependencies it references to their previously released versions:

  • google-cloud-bigquery-jdbc: bumped to 1.4.1
  • google-cloud-jar-parent: 1.92.0-SNAPSHOT -> 1.91.0
  • google-cloud-bigquery: 2.72.0-SNAPSHOT -> 2.71.0
  • google-cloud-bigquerystorage: 3.34.0-SNAPSHOT -> 3.33.0
  • google-cloud-logging: 3.39.0-SNAPSHOT -> 3.38.0
  • proto-google-cloud-bigquerystorage-v1: 3.34.0-SNAPSHOT -> 3.33.0
  • google-cloud-trace: 2.98.0-SNAPSHOT -> 2.97.0

@blakeli0
blakeli0 requested review from a team as code owners September 16, 2026 18:07

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates several Maven project dependencies and parent POM versions from SNAPSHOTs to stable releases, specifically setting the google-cloud-bigquery-jdbc version to 1.4.1. A review comment correctly points out that in versions.txt, the development version for google-cloud-bigquery-jdbc was incorrectly set to 1.4.1 instead of a SNAPSHOT version, violating the required format.

Comment thread versions.txt
grpc-google-cloud-vectorsearch-v1:0.19.0:0.20.0-SNAPSHOT
google-cloud-bigquery:2.71.0:2.72.0-SNAPSHOT
google-cloud-bigquery-jdbc:1.4.0:1.5.0-SNAPSHOT
google-cloud-bigquery-jdbc:1.4.1:1.4.1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

In versions.txt, the format is <artifactId>:<released-version>:<development-version>. Setting both the released version and the development version to 1.4.1 (i.e., 1.4.1:1.4.1) is incorrect because the development version should be a SNAPSHOT version (e.g., 1.5.0-SNAPSHOT or 1.4.2-SNAPSHOT). Please update the development version accordingly.

google-cloud-bigquery-jdbc:1.4.1:1.5.0-SNAPSHOT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants