1
0
Fork 0
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:
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

@ -18,7 +18,7 @@ dependencies {
// 'implementation' here since there is no need to shadow it
// outside of the fixtures compilation classpath. That is, no test
// should ever setup Bouncy Castle as security provider explicitly.
testFixturesImplementation 'org.bouncycastle:bcprov-jdk15on:1.64'
testFixturesImplementation "org.bouncycastle:bcprov-jdk15on:${bouncyCastleVersion}"
testFixturesImplementation 'org.apache.commons:commons-lang3:3.10'
testFixturesApi "org.jxmpp:jxmpp-jid:$jxmppVersion:tests"