1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 18:29:45 +02:00

Bump pgpainless to 0.0.1-alpha11 and depend on bcprov in tests

This commit is contained in:
Paul Schaub 2020-04-21 19:52:05 +02:00
parent adfca965b5
commit e9f427084d
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 6 additions and 4 deletions

View file

@ -8,7 +8,9 @@ dependencies {
compile project(':smack-extensions')
compile project(':smack-experimental')
compile 'org.pgpainless:pgpainless-core:0.0.1-alpha7'
api 'org.pgpainless:pgpainless-core:0.0.1-alpha11'
testImplementation "org.bouncycastle:bcprov-jdk15on:1.65"
testCompile project(path: ":smack-core", configuration: "testRuntime")
testCompile group: 'commons-io', name: 'commons-io', version: "$commonsIoVersion"