From e3e5001577e26348e3253497de808260cd300191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 06:26:34 +0000 Subject: [PATCH] build(deps): bump org.bouncycastle:bcprov-jdk15to18 from 1.76 to 1.77 Bumps [org.bouncycastle:bcprov-jdk15to18](https://github.com/bcgit/bc-java) from 1.76 to 1.77. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk15to18 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa909c3..6bfecc0 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ dependencies { runtimeOnly "org.yaml:snakeyaml" runtimeOnly("ch.qos.logback:logback-classic") - implementation 'org.bouncycastle:bcprov-jdk15to18:1.76' + implementation 'org.bouncycastle:bcprov-jdk15to18:1.77' implementation "com.msgilligan:cj-btc-jsonrpc:${consensusjVersion}" implementation "com.msgilligan:cj-btc-rx-jsonrpc:${consensusjVersion}"