From 91544df31d2e4e6c600af59a6c6dbd081c6108a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:15:57 +0000 Subject: [PATCH] Bump org.bouncycastle:bcpkix-jdk18on Bumps the gradle group with 1 update in the / directory: [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java). Updates `org.bouncycastle:bcpkix-jdk18on` from 1.78.1 to 1.79 - [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-version: '1.79' dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] --- demo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/build.gradle b/demo/build.gradle index c96feae..643ffed 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation("io.micronaut:micronaut-http-client") implementation("io.micronaut:micronaut-http-server-netty") implementation("io.micronaut.validation:micronaut-validation") - implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1") + implementation("org.bouncycastle:bcpkix-jdk18on:1.79") implementation("io.grpc:grpc-core:${grpcVersion}") implementation("io.grpc:grpc-protobuf:${grpcVersion}")