Skip to content

Commit

Permalink
Merge pull request #521 from vanitasvitae/bumpPGPainless
Browse files Browse the repository at this point in the history
Bump PGPainless to 1.1.1, Bouncy Castle to 1.70
  • Loading branch information
Flowdalic committed Mar 4, 2022
2 parents 01cd050 + b769be5 commit 2ae4c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ allprojects {
smackMinAndroidSdk = 19
junitVersion = '5.7.1'
commonsIoVersion = '2.6'
bouncyCastleVersion = '1.69'
bouncyCastleVersion = '1.70'
guavaVersion = '30.1-jre'
mockitoVersion = '3.7.7'
orgReflectionsVersion = '0.9.11'
Expand Down
2 changes: 1 addition & 1 deletion smack-openpgp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api project(':smack-extensions')
api project(':smack-experimental')

api 'org.pgpainless:pgpainless-core:1.0.0-rc6'
api 'org.pgpainless:pgpainless-core:1.1.1'

testImplementation "org.bouncycastle:bcprov-jdk15on:${bouncyCastleVersion}"

Expand Down

0 comments on commit 2ae4c44

Please sign in to comment.