Skip to content

chore: update googleapis commitish to 0fad501 - #14352

Open
cloud-java-bot wants to merge 2 commits into
mainfrom
update-librarian-googleapis-main
Open

chore: update googleapis commitish to 0fad501#14352
cloud-java-bot wants to merge 2 commits into
mainfrom
update-librarian-googleapis-main

Conversation

@cloud-java-bot

Copy link
Copy Markdown
Collaborator

Updated googleapis commitish in librarian.yaml to googleapis/googleapis@0fad501

💡 Note: If this PR is still open when the daily update workflow runs next, it will be closed and replaced with a new PR containing the latest updates.

@cloud-java-bot
cloud-java-bot requested review from a team as code owners September 11, 2026 04:11
@snippet-bot

snippet-bot Bot commented Sep 11, 2026

Copy link
Copy Markdown

Here is the summary of changes.

You are about to add 68 region tags.
You are about to delete 2 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@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 various dependency versions in the gapic-libraries-bom/pom.xml file and adds new API methods (CreateAuditSchedule, UpdateAuditSchedule, GetAuditSchedule, ListAuditSchedules) to the AuditManager service, including the necessary Java client and gRPC/HTTP-JSON stub implementations. The reviewer pointed out that using a -SNAPSHOT version for the parent POM in pom.xml is problematic for build stability and suggested reverting to a stable version.

<artifactId>google-cloud-pom-parent</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.91.0</version><!-- {x-version-update:google-cloud-pom-parent:current} -->
<version>1.92.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom-parent:current} -->

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.

high

Using a -SNAPSHOT version for the parent POM google-cloud-pom-parent introduces build instability, as SNAPSHOT artifacts can change at any time. This can lead to non-reproducible builds, which is particularly problematic for a Bill of Materials (BOM) file that is meant to provide a stable set of dependencies. Please configure the automation to use a released version of the parent POM.

Suggested change
<version>1.92.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom-parent:current} -->
<version>1.91.0</version><!-- {x-version-update:google-cloud-pom-parent:current} -->
References
  1. In Maven BOM files, do not update the parent POM version to match the BOM version if the project policy requires using released parent POMs.

Comment thread librarian.yaml
@@ -57,7 +57,6 @@ libraries:
- path: google/cloud/accessapproval/v1
java:
api_description_override: enables controlling access to your organization's data by Google personnel.
released_version: 2.98.0

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.

@zhumin8 Is this change expected?

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.

4 participants