From 1118616612fff123830704d9a4613c2c03ebd975 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 05:19:20 +0000 Subject: [PATCH] Bump bcpVersion from 1.67 to 1.68 Bumps `bcpVersion` from 1.67 to 1.68. Updates `bcpkix-jdk15on` from 1.67 to 1.68 - [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) Updates `bcprov-jdk15on` from 1.67 to 1.68 - [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 a8fe8fd9e..8bad79e0c 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ subprojects { sourceCompatibility=1.8 ext { - bcpVersion = '1.67' + bcpVersion = '1.68' guiceVersion = '4.2.3' jacksonVersion = '2.12.0' javassistVersion = '3.27.0-GA'