Improve documentation of bouncyPgVersion

This commit is contained in:
Paul Schaub 2022-11-23 20:26:43 +01:00
parent 40715c3e04
commit d7c567649d
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 3 additions and 1 deletions

View File

@ -9,8 +9,10 @@ allprojects {
pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.72'
// unfortunately we rely on 1.72.1 for a patch for https://github.com/bcgit/bc-java/issues/1257
// When using bouncyCastleVersion 1.72:
// unfortunately we rely on 1.72.1 or 1.72.3 for a patch for https://github.com/bcgit/bc-java/issues/1257
// which is a bug we introduced with a PR against BC :/ oops
// When bouncyCastleVersion is 1.71, bouncyPgVersion can simply be set to 1.71 as well.
bouncyPgVersion = '1.72.1'
junitVersion = '5.8.2'
logbackVersion = '1.2.11'