Skip to content

chore(deps): consolidate dependency upgrades#4344

Merged
rahul2393 merged 2 commits intomainfrom
chore/consolidate-deps-upgrade
Feb 13, 2026
Merged

chore(deps): consolidate dependency upgrades#4344
rahul2393 merged 2 commits intomainfrom
chore/consolidate-deps-upgrade

Conversation

@rahul2393
Copy link
Contributor

@rahul2393 rahul2393 commented Feb 13, 2026

Combines the following open dependency PRs into a single update:

Combines the following open dependency PRs into a single update:
- maven-compiler-plugin: 3.14.1 → 3.15.0 (#4325)
- libraries-bom: 26.74.0 → 26.75.0 (#4324)
- google-cloud-monitoring: 3.83.0 → 3.85.0 (#4323, #4322)
- proto-google-cloud-trace-v1: 2.82.0 → 2.84.0 (#4321)
- google-cloud-spanner (samples/benchmarks): 6.107.0 → 6.110.0 (#4318)
- exec-maven-plugin: 3.6.2 → 3.6.3 (#4277)
- opentelemetry.version: 1.56.0 → 1.59.0 (#4255)
- byte-buddy-agent: 1.18.1 → 1.18.4 (#4245)
- actions/checkout: v4/v5 → v6 (#4240)
- google-cloud-trace: 2.79.0 → 2.84.0 (#4173, #4228)
@rahul2393 rahul2393 requested review from a team as code owners February 13, 2026 08:09
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: spanner Issues related to the googleapis/java-spanner API. labels Feb 13, 2026
@rahul2393 rahul2393 requested a review from olavloite February 13, 2026 08:09
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @rahul2393, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request centralizes and applies a series of dependency upgrades across the project's Maven configuration files. The primary goal is to ensure all components are running on up-to-date versions, improving stability, security, and leveraging the latest features from various libraries and plugins. This consolidation simplifies the update process by addressing multiple pending dependency bumps in one go.

Highlights

  • Dependency Upgrades: Multiple dependencies across various pom.xml files have been upgraded to their latest stable versions, including opentelemetry.version, google.cloud.monitoring.version, google-cloud-spanner, exec-maven-plugin, maven-compiler-plugin, google-cloud-trace, proto-google-cloud-trace-v1, byte-buddy-agent, and libraries-bom.
  • Consolidated Updates: This pull request consolidates several individual dependency update PRs into a single, comprehensive update to streamline the maintenance process.
Changelog
  • benchmarks/pom.xml
    • Updated opentelemetry.version from 1.56.0 to 1.59.0
    • Updated google.cloud.monitoring.version from 3.83.0 to 3.85.0
    • Updated google-cloud-spanner version from 6.107.0 to 6.110.0
    • Updated exec-maven-plugin version from 3.6.2 to 3.6.3
  • google-cloud-spanner-bom/pom.xml
    • Updated maven-compiler-plugin version from 3.14.1 to 3.15.0
  • google-cloud-spanner-executor/pom.xml
    • Updated google-cloud-trace version from 2.79.0 to 2.84.0
    • Updated proto-google-cloud-trace-v1 version from 2.82.0 to 2.84.0
  • google-cloud-spanner/pom.xml
    • Updated google.cloud.monitoring.version from 3.83.0 to 3.85.0
    • Updated byte-buddy-agent version from 1.18.1 to 1.18.4
    • Updated google-cloud-trace version from 2.79.0 to 2.84.0
    • Updated proto-google-cloud-trace-v1 version from 2.82.0 to 2.84.0
  • pom.xml
    • Updated maven-compiler-plugin version from 3.14.1 to 3.15.0
  • samples/install-without-bom/pom.xml
    • Updated trace.version from 2.79.0 to 2.84.0
    • Updated cloudmonitoring.version from 3.83.0 to 3.85.0
    • Updated google-cloud-spanner version from 6.107.0 to 6.110.0
  • samples/snapshot/pom.xml
    • Updated trace.version from 2.79.0 to 2.84.0
    • Updated cloudmonitoring.version from 3.83.0 to 3.85.0
  • samples/snippets/pom.xml
    • Updated libraries-bom version from 26.74.0 to 26.75.0
Ignored Files
  • Ignored by pattern: .github/workflows/** (4)
    • .github/workflows/hermetic_library_generation.yaml
    • .github/workflows/integration-tests-against-emulator.yaml
    • .github/workflows/unmanaged_dependency_check.yaml
    • .github/workflows/update_generation_config.yaml
Activity
  • No human activity (comments, reviews) has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-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.

Code Review

This pull request consolidates several dependency upgrades across multiple pom.xml files. The changes are straightforward version bumps. I've identified a couple of opportunities to improve maintainability by using properties for dependency versions that are updated together, which I've detailed in the comments.

Comment on lines 74 to +77
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-trace</artifactId>
<version>2.79.0</version>
<version>2.84.0</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The version for google-cloud-trace is hardcoded. This version is now aligned with proto-google-cloud-trace-v1 (updated to 2.84.0 later in this file). To improve maintainability, consider defining a property for this version in the <properties> section and using it in both places to ensure consistency.

Comment on lines 448 to 453
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.18.1</version>
<version>1.18.4</version>
<scope>test</scope>
</dependency>
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The version for byte-buddy-agent is now 1.18.4, which matches the version of the byte-buddy dependency. To improve maintainability, consider defining a property for this version (e.g., <byte-buddy.version>1.18.4</byte-buddy.version>) in the <properties> section and using it for both dependencies.

Comment on lines 544 to 555
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-trace</artifactId>
<version>2.79.0</version>
<version>2.84.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-trace-v1</artifactId>
<version>2.82.0</version>
<version>2.84.0</version>
<scope>test</scope>
</dependency>
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The versions for google-cloud-trace and proto-google-cloud-trace-v1 are now aligned to 2.84.0. To improve maintainability and ensure they stay in sync, consider defining a property for this version (e.g., <google.cloud.trace.version>2.84.0</google.cloud.trace.version>) in the <properties> section and using it for both dependencies.

@rahul2393 rahul2393 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 13, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 13, 2026
@rahul2393 rahul2393 merged commit cc56486 into main Feb 13, 2026
33 checks passed
@rahul2393 rahul2393 deleted the chore/consolidate-deps-upgrade branch February 13, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the googleapis/java-spanner API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants