Skip to content

Commit

Permalink
Bump GCP Libraries BOM to v26.29.0 (#29922)
Browse files Browse the repository at this point in the history
* Bump GCP Libraries BOM to v26.29.0

* Update in dep_urls_java.yml
  • Loading branch information
jrmccluskey committed Jan 10, 2024
1 parent 6066af3 commit a3e0653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ class BeamModulePlugin implements Plugin<Project> {
// The release notes shows the versions set by the BOM:
// https://github.com/googleapis/java-cloud-bom/releases/tag/v26.21.0
// Update libraries-bom version on sdks/java/container/license_scripts/dep_urls_java.yaml
google_cloud_platform_libraries_bom : "com.google.cloud:libraries-bom:26.28.0",
google_cloud_platform_libraries_bom : "com.google.cloud:libraries-bom:26.29.0",
google_cloud_spanner : "com.google.cloud:google-cloud-spanner", // google_cloud_platform_libraries_bom sets version
google_cloud_spanner_test : "com.google.cloud:google-cloud-spanner:$google_cloud_spanner_version:tests",
google_code_gson : "com.google.code.gson:gson:$google_code_gson_version",
Expand Down
2 changes: 1 addition & 1 deletion sdks/java/container/license_scripts/dep_urls_java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jaxen:
'1.1.6':
type: "3-Clause BSD"
libraries-bom:
'26.28.0':
'26.29.0':
license: "https://raw.githubusercontent.com/GoogleCloudPlatform/cloud-opensource-java/master/LICENSE"
type: "Apache License 2.0"
paranamer:
Expand Down

0 comments on commit a3e0653

Please sign in to comment.