dimas-b commented on code in PR #3259:
URL: https://github.com/apache/polaris/pull/3259#discussion_r2646374500


##########
gradle/libs.versions.toml:
##########
@@ -52,8 +52,7 @@ cel-bom = { module = "org.projectnessie.cel:cel-bom", version 
= "0.5.3" }
 commons-lang3 = { module = "org.apache.commons:commons-lang3", version = 
"3.20.0" }
 commons-text = { module = "org.apache.commons:commons-text", version = 
"1.15.0" }
 errorprone = { module = "com.google.errorprone:error_prone_core", version = 
"2.45.0" }
-google-cloud-iamcredentials = { module = 
"com.google.cloud:google-cloud-iamcredentials", version = "2.80.0" }
-google-cloud-storage-bom = { module = 
"com.google.cloud:google-cloud-storage-bom", version = "2.60.0" }
+google-cloud-libraries-bom = { module = "com.google.cloud:libraries-bom", 
version = "26.72.0" }

Review Comment:
   BOMs themselves do not cause transitive dependencies. They serve to align 
versions of individually listed dependencies coming from the same project. 
Unless individual dependencies are listed as `implementation`, etc., the BOM 
will not add any extra jars to Polaris.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to