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:
parent
2639298115
commit
25e7a16736
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue