diff options
author | dependabot[bot] | 2020-12-23 07:03:02 +0000 |
---|---|---|
committer | vitalyster | 2020-12-23 12:21:11 +0300 |
commit | 1f28c2fae4da4d653a98b3bfb822420835dbb78e (patch) | |
tree | 6c7e34e3c308233b79be79d98017ed4094214168 | |
parent | dc0d892ea08c3c6438bebe2c24e6f739fc4a9f28 (diff) |
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] <support@github.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |