stevenzwu commented on code in PR #15500:
URL: https://github.com/apache/iceberg/pull/15500#discussion_r2962787668
##########
gradle/libs.versions.toml:
##########
@@ -111,6 +112,7 @@ awssdk-bom = { module = "software.amazon.awssdk:bom",
version.ref = "awssdk-bom"
awssdk-s3accessgrants = { module =
"software.amazon.s3.accessgrants:aws-s3-accessgrants-java-plugin", version.ref
= "awssdk-s3accessgrants" }
azuresdk-bom = { module = "com.azure:azure-sdk-bom", version.ref =
"azuresdk-bom" }
bson = { module = "org.mongodb:bson", version.ref = "bson-ver"}
+bouncycastle-bcpkix = { module = "org.bouncycastle:bcpkix-jdk18on",
version.ref = "bouncycastle" }
Review Comment:
it is probably good to just ensure the same version for bouncycastle family
of jars. That is the current practice. E.g., there is just one version number
for the two jetty jars in the toml file.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]