From a7eaa2dbad4238459d88004f2644d2367c01caae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:39:02 +0300 Subject: [PATCH] build(deps): Bump bouncycastle from 1.78 to 1.78.1 (#290) Bumps `bouncycastle` from 1.78 to 1.78.1. Updates `org.bouncycastle:bcpkix-jdk18on` from 1.78 to 1.78.1 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcprov-jdk18on` from 1.78 to 1.78.1 - [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:bcpkix-jdk18on dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6cf08ac1..cf58c66e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -116,7 +116,7 @@ signalr = "8.0.3" # https://mvnrepository.com/artifact/org.slf4j/slf4j-api slf4j = "2.0.13" # https://github.com/bcgit/bc-java -bouncycastle = "1.78" +bouncycastle = "1.78.1" # https://github.com/sqlcipher/sqlcipher-android sqlcipherAndroid = "4.5.6" # https://github.com/cashapp/sqldelight