byronellis commented on code in PR #2328:
URL: https://github.com/apache/polaris/pull/2328#discussion_r2271369235
##########
gradle/libs.versions.toml:
##########
@@ -49,7 +49,7 @@ commons-lang3 = { module =
"org.apache.commons:commons-lang3", version = "3.18.0
commons-text = { module = "org.apache.commons:commons-text", version =
"1.14.0" }
eclipselink = { module = "org.eclipse.persistence:eclipselink", version =
"4.0.7" }
errorprone = { module = "com.google.errorprone:error_prone_core", version =
"2.41.0" }
-google-cloud-storage-bom = { module =
"com.google.cloud:google-cloud-storage-bom", version = "2.55.0" }
+google-cloud-libraries-bom = { module = "com.google.cloud:libraries-bom",
version = "26.64.0" }
Review Comment:
I believe most of the Cloud SDKs, libraries included, are on a two week
cadence more or less. The advantage (coming from the Beam experience with the
Cloud Java SDKs) of using the BOM is that it keeps the various support
libraries synchronized across specific SDKS. What happens otherwise is you get
version drift in shared components like Protobuf or gRPC core libraries which
can be really hard to spot.
--
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]