From a0f5d47ae0b5465acf71d7d74eaec49903e15405 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:39:55 +0000 Subject: [PATCH] fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.78.1 --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7a1797d..da66dfa 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ repositories { } dependencies { - implementation 'org.bouncycastle:bcprov-jdk18on:1.77' + implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1' } sourceSets { diff --git a/pom.xml b/pom.xml index 629baf9..cf0003e 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.bouncycastle bcprov-jdk18on - 1.78 + 1.78.1