GoogleCloudPlatform / java-docs-samples

Java and Kotlin Code samples used on cloud.google.com
https://cloud.google.com/java
Apache License 2.0
1.73k stars 2.82k forks source link

chore: upgrade bom to latest #9366

Closed minherz closed 3 weeks ago

minherz commented 1 month ago

Description

Upgrade libraries-bom to the latest version in order to have universe domain support in Cloud SDK.

minherz commented 3 weeks ago

After upgrading to the latest BOM tests for two classes start to fail. I discovered that both tests call unitested methods (code samples) in their setup routines (marked with @BeforeAll attribute). The test classes are temporary disabled until the tests are fixed. See issues #9373 and #9374 for additional information.