From 1f28c2fae4da4d653a98b3bfb822420835dbb78e Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Wed, 23 Dec 2020 07:03:02 +0000 Subject: Bump bcpkix-jdk15on from 1.67 to 1.68 Bumps [bcpkix-jdk15on](https://github.com/bcgit/bc-java) 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[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e5caa593..643e5458 100644 --- a/build.gradle +++ b/build.gradle @@ -175,7 +175,7 @@ dependencies { testCompile('org.springframework.security:spring-security-test') testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0") - testCompile 'org.bouncycastle:bcpkix-jdk15on:1.67' + testCompile 'org.bouncycastle:bcpkix-jdk15on:1.68' } bootJar { -- cgit v1.2.3