mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 04:42:06 +01:00
Bump bouncycastle to 1.73
This commit is contained in:
parent
e465ae60a7
commit
3a3e193bb0
1 changed files with 2 additions and 6 deletions
|
@ -8,12 +8,8 @@ allprojects {
|
||||||
isSnapshot = true
|
isSnapshot = true
|
||||||
pgpainlessMinAndroidSdk = 10
|
pgpainlessMinAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
bouncyCastleVersion = '1.72'
|
bouncyCastleVersion = '1.73'
|
||||||
// When using bouncyCastleVersion 1.72:
|
bouncyPgVersion = bouncyCastleVersion
|
||||||
// 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.3'
|
|
||||||
junitVersion = '5.8.2'
|
junitVersion = '5.8.2'
|
||||||
logbackVersion = '1.2.11'
|
logbackVersion = '1.2.11'
|
||||||
mockitoVersion = '4.5.1'
|
mockitoVersion = '4.5.1'
|
||||||
|
|
Loading…
Reference in a new issue