mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
[build] Introduce bouncyCastleVersion variable and use it
Also bumps bouncy castle to 1.65.
This commit is contained in:
parent
cd96909ac4
commit
321c91c264
3 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue