From 3e783745d341fdcb5a1185b1d644d2513e85b24e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2020 21:26:04 +0000 Subject: [PATCH] chore(deps): bump bcprov-jdk15on from 1.65 to 1.65.01 Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.65 to 1.65.01. - [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) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c0d139715..bd3c799af 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { - ext.bouncycastleVersion = '1.65' + ext.bouncycastleVersion = '1.65.01' ext.rxjavaVersion = '2.2.19' ext.gsonVersion = '2.8.6' ext.okhttpVersion = '4.7.2'