Skip to content

Commit

Permalink
Merge pull request #17027: [BEAM-11205] Upgrade GCP Libraries BOM dep…
Browse files Browse the repository at this point in the history
…endencies to 24.4.0
  • Loading branch information
ansh0l authored Mar 8, 2022
1 parent 0ca5cfc commit b02c103
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 @@ -577,7 +577,7 @@ class BeamModulePlugin implements Plugin<Project> {
// The GCP Libraries BOM dashboard shows the versions set by the BOM:
// https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/24.3.0/artifact_details.html
// Update libraries-bom version on sdks/java/container/license_scripts/dep_urls_java.yaml
google_cloud_platform_libraries_bom : "com.google.cloud:libraries-bom:24.3.0",
google_cloud_platform_libraries_bom : "com.google.cloud:libraries-bom:24.4.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 @@ -42,7 +42,7 @@ jaxen:
'1.1.6':
type: "3-Clause BSD"
libraries-bom:
'24.3.0':
'24.4.0':
license: "https://raw.githubusercontent.com/GoogleCloudPlatform/cloud-opensource-java/master/LICENSE"
type: "Apache License 2.0"
paranamer:
Expand Down

0 comments on commit b02c103

Please sign in to comment.