aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-01 23:06:41 +0530
committerGitHub <noreply@github.com>2021-12-01 23:06:41 +0530
commitd2d7ba16b553f5633760404afeffe0613cd565d1 (patch)
tree2e1575717991c220451aace212f7d6bd1d7be152
parent192fd11c453a8747ba03e94dc74659c3260c718b (diff)
build(deps): bump bcprov-jdk15on from 1.69 to 1.70 (#1564)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
-rw-r--r--dependency-sync/build.gradle.kts2
-rw-r--r--gradle/libs.versions.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/dependency-sync/build.gradle.kts b/dependency-sync/build.gradle.kts
index 53a75148..4edb18b7 100644
--- a/dependency-sync/build.gradle.kts
+++ b/dependency-sync/build.gradle.kts
@@ -81,7 +81,7 @@ dependencies {
dependencySync("com.github.android-password-store:zxing-android-embedded:4.2.1")
// Third-party dependencies
- dependencySync("org.bouncycastle:bcprov-jdk15on:1.69")
+ dependencySync("org.bouncycastle:bcprov-jdk15on:1.70")
dependencySync("commons-codec:commons-codec:1.14")
dependencySync("net.i2p.crypto:eddsa:0.3.0")
dependencySync("me.zhanghai.android.fastscroll:library:1.1.7")
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 165a645e..76f6a75e 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -107,7 +107,7 @@ testing-junit = "junit:junit:4.13.2"
testing-robolectric = "org.robolectric:robolectric:4.7.2"
-thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.69"
+thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.70"
thirdparty-commons_codec = "commons-codec:commons-codec:1.14"