From c8c67a7a1c2b0480284092e92273610ba5edb245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 11:24:34 +0200 Subject: [PATCH] chore(deps): bump bouncyCastle-jdk18on from 1.76 to 1.78.1 (#300) Bumps `bouncyCastle-jdk18on` from 1.76 to 1.78.1. Updates `org.bouncycastle:bcpkix-jdk18on` from 1.76 to 1.78.1 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcprov-jdk18on` from 1.76 to 1.78.1 - [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 - dependency-name: org.bouncycastle:bcprov-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> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9ab7f069..7c1acf2d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ format.version = "1.1" [versions] awaitility = "4.2.1" aws = "2.25.47" -bouncyCastle-jdk18on = "1.76" +bouncyCastle-jdk18on = "1.78.1" edc = "0.6.4-SNAPSHOT" failsafe = "3.3.1" junit = "5.10.2"