From 9fc09ece6a61c4be3af8c61b0fdd1ae09faa6f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:12:22 +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 14076486..8087d1f5 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 b0164afa..6d032d21 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,)")