build(deps): bump pgpainless-core from 1.0.0-rc1 to 1.0.0-rc6 (#1554)

* build(deps): bump pgpainless-core from 1.0.0-rc1 to 1.0.0-rc6

Bumps [pgpainless-core](https://github.com/pgpainless/pgpainless) from 1.0.0-rc1 to 1.0.0-rc6.
- [Release notes](https://github.com/pgpainless/pgpainless/releases)
- [Changelog](https://github.com/pgpainless/pgpainless/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgpainless/pgpainless/commits/1.0.0-rc6)

---
updated-dependencies:
- dependency-name: org.pgpainless:pgpainless-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* sync dependency definitions

Signed-off-by: GitHub Actions <actions@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-01 07:35:59 +05:30 committed by GitHub
parent 2639298115
commit 25e7a16736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ dependencies {
dependencySync("com.squareup.leakcanary:leakcanary-android:2.7")
dependencySync("com.squareup.logcat:logcat:0.1")
dependencySync("de.maxr1998:modernandroidpreferences:2.2.1")
dependencySync("org.pgpainless:pgpainless-core:1.0.0-rc1")
dependencySync("org.pgpainless:pgpainless-core:1.0.0-rc6")
dependencySync("com.squareup.leakcanary:plumber-android:2.7")
dependencySync("com.hierynomus:sshj:0.32.0")
dependencySync("com.github.open-keychain.open-keychain:sshauthentication-api:5.7.5")

View file

@ -130,7 +130,7 @@ thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.2.1"
thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:17.5.1"
thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.0.0-rc1"
thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.0.0-rc6"
thirdparty-sshauth = "com.github.open-keychain.open-keychain:sshauthentication-api:5.7.5"