From fdae493aa25dd523721b7f6ed0816483a4fd93f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 14:50:50 +0100 Subject: [PATCH] chore: bump org.bouncycastle:bcpkix-jdk18on from 1.79 to 1.80 in /server (#25) Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.79 to 1.80. - [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-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle b/server/build.gradle index 4a12c08..75b7863 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation "io.grpc:grpc-protobuf:1.69.1" implementation "io.grpc:grpc-services:1.69.1" // reflection implementation "com.nimbusds:nimbus-jose-jwt:10.0.1" - implementation "org.bouncycastle:bcpkix-jdk18on:1.79" + implementation "org.bouncycastle:bcpkix-jdk18on:1.80" } idea {