adnanhemani commented on code in PR #3259:
URL: https://github.com/apache/polaris/pull/3259#discussion_r2646337777
##########
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:
I'm not sure if this is the same as with the AWS SDK, but using the BOM
typically means larger shaded JARs if one is required for whatever reason. Is
this a concern here?
--
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]