This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new d72c1aaac63 Fix bomupgrader naming (#31157)
d72c1aaac63 is described below
commit d72c1aaac6388396c2fbc702a27ec96c24201787
Author: Danny McCormick <[email protected]>
AuthorDate: Thu May 2 10:19:08 2024 -0400
Fix bomupgrader naming (#31157)
---
contributor-docs/java-dependency-upgrades.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contributor-docs/java-dependency-upgrades.md
b/contributor-docs/java-dependency-upgrades.md
index ebec27cf3ab..0ff962d6add 100644
--- a/contributor-docs/java-dependency-upgrades.md
+++ b/contributor-docs/java-dependency-upgrades.md
@@ -96,7 +96,7 @@ or on the dev mailing list, for
[example](https://lists.apache.org/thread/jgjdt5
Beam uses [GCP-BOM](https://cloud.google.com/java/docs/bom) to manage Google
Cloud-related dependencies. A [script](../scripts/tools/bomupgrader.py) is used
to upgrade GCP-BOM dependencies. To upgrade, find the latest BOM version in
https://mvnrepository.com/artifact/com.google.cloud/libraries-bom and run
```
-python scripts/tools/gcpbomupgrader.py <latest_bom_version>
+python scripts/tools/bomupgrader.py <latest_bom_version>
```
then the changes will made in place.