From 0c42c47a399739d522279d670a8d2757f89f3e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 07:41:43 +0000 Subject: [PATCH] chore(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.79 to 1.84 Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.79 to 1.84. - [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.84' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 865438b1a..8eccc0f16 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { testImplementation("org.mockito:mockito-core:5.14.2") testImplementation("com.squareup.okhttp3:mockwebserver:${okhttpVersion}") testImplementation("junit:junit:4.13.2") - testImplementation("org.bouncycastle:bcpkix-jdk18on:1.79") // mock https + testImplementation("org.bouncycastle:bcpkix-jdk18on:1.84") // mock https testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher")