dimas-b commented on code in PR #2328:
URL: https://github.com/apache/polaris/pull/2328#discussion_r2271339306
##########
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:
Good point about LICENSE updates, however using a BOM does not necessary
require LICENSE changes... only real dependencies need to be mentioned... IMHO,
that can be done later (we have to double check dependencies for every release
anyway).
--
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]