From 0bf6649d467929f5c2e1f8df787fc9734ed152bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 06:41:26 +0000 Subject: [PATCH] Bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.79 Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) 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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 91837e0a..92635b0e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ allprojects { // https://docs.gradle.org/current/userguide/resolution_rules.html dependencySubstitution { substitute(module("org.bouncycastle:bcpkix-jdk15on")) - .using(module("org.bouncycastle:bcpkix-jdk18on:1.78.1")) + .using(module("org.bouncycastle:bcpkix-jdk18on:1.79")) } } } diff --git a/client/build.gradle.kts b/client/build.gradle.kts index cc30328b..51cca3a7 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -118,7 +118,7 @@ dependencies { implementation("org.apache.commons:commons-compress:1.27.1") - implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1") + implementation("org.bouncycastle:bcpkix-jdk18on:1.79") testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")