Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-29 04:05:19 +0300
committerGitHub <noreply@github.com>2022-09-29 04:05:19 +0300
commit4d700100c2273f6953bdf845f181b043e2ca62c3 (patch)
tree08fa32a2b31e4274cacbc6faf55b5ef28069d0f1
parent4bc0e24efd82e6a7977e036818d42f8a31d8f423 (diff)
Bump bcpkix-jdk15to18 from 1.70 to 1.72dependabot/gradle/org.bouncycastle-bcpkix-jdk15to18-1.72
Bumps [bcpkix-jdk15to18](https://github.com/bcgit/bc-java) from 1.70 to 1.72. - [Release notes](https://github.com/bcgit/bc-java/releases) - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcpkix-jdk15to18 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index afa2653cc1..d0698e6153 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -240,7 +240,7 @@ dependencies {
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
implementation 'org.lukhnos:nnio:0.2'
- implementation 'org.bouncycastle:bcpkix-jdk15to18:1.70'
+ implementation 'org.bouncycastle:bcpkix-jdk15to18:1.72'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.github.nextcloud-deps:sectioned-recyclerview:0.6.1'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'