From 411cf6c15ea07a35450104d7b24288a7751ec4bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:19:09 -0600 Subject: [PATCH] Bump org.bouncycastle:bcpkix-jdk18on from 1.79 to 1.80 (#639) Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.79 to 1.80. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f33fa5a6..2022c981 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ dependencies { testImplementation 'org.postgresql:postgresql' testImplementation 'org.projectlombok:lombok:1.18.36' testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' - testImplementation 'org.bouncycastle:bcpkix-jdk18on:1.79' + testImplementation 'org.bouncycastle:bcpkix-jdk18on:1.80' }