1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

[build] Introduce bouncyCastleVersion variable and use it

Also bumps bouncy castle to 1.65.
This commit is contained in:
Florian Schmaus 2020-05-13 22:20:32 +02:00
parent cd96909ac4
commit 321c91c264
3 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,7 @@ dependencies {
api 'org.pgpainless:pgpainless-core:0.0.1-alpha11'
testImplementation "org.bouncycastle:bcprov-jdk15on:1.65"
testImplementation "org.bouncycastle:bcprov-jdk15on:${bouncyCastleVersion}"
testFixturesApi(testFixtures(project(":smack-core")))
testCompile group: 'commons-io', name: 'commons-io', version: "$commonsIoVersion"