diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-01 07:35:59 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 07:35:59 +0530 |
commit | 25e7a16736695884451247e32afcb63664dadbb8 (patch) | |
tree | 6ed44b6badc465e9f6bc79a207e0cda9d2f22d8c /gradle | |
parent | 2639298115dd8ad12e7bf8218e4994b10de07232 (diff) |
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>
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 245d227a..1a092d83 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" |