diff options
author | dependabot-preview[bot] | 2020-11-10 23:47:56 +0000 |
---|---|---|
committer | dependabot-preview[bot] | 2020-11-10 23:51:35 +0000 |
commit | 73674971b68b09c3fc333c1f76c55da86db6b1db (patch) | |
tree | ca130cd7ee5657c6c8e4f0d17c23525c07e4b8e8 /build.gradle | |
parent | 2ae3c6425353364bf34394f971a162b357604d3b (diff) |
Bump bcpkix-jdk15on from 1.66 to 1.67
Bumps [bcpkix-jdk15on](https://github.com/bcgit/bc-java) from 1.66 to 1.67.
- [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] <support@dependabot.com>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 78d95f59..4c7e782e 100644 --- a/build.gradle +++ b/build.gradle @@ -174,7 +174,7 @@ dependencies { testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0") testCompile 'io.springfox:springfox-swagger2:2.9.2' - testCompile 'org.bouncycastle:bcpkix-jdk15on:1.66' + testCompile 'org.bouncycastle:bcpkix-jdk15on:1.67' } bootJar { |