diff --git a/build.gradle b/build.gradle index 2ae8b70..29faa59 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ repositories { } dependencies { - testImplementation 'org.bouncycastle:bcprov-jdk18on:1.83' + testImplementation 'org.bouncycastle:bcprov-jdk18on:1.85.2' testImplementation 'org.conscrypt:conscrypt-openjdk-uber:2.5.2' testRuntimeOnly 'org.conscrypt:conscrypt-openjdk:2.5.2:linux-x86_64' testRuntimeOnly 'org.conscrypt:conscrypt-openjdk:2.5.2:osx-x86_64'