diff --git a/build.gradle b/build.gradle index f15f906..dd34988 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ dependencies { replacedBy('org.bouncycastle:bcpkix-jdk18on', "Everything can go via the JDK 1.8+ BouncyCastle version") } } - implementation('org.bouncycastle:bcpkix-jdk18on:1.73') + implementation('org.bouncycastle:bcpkix-jdk18on:1.74') implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: project.versions.slf4j testImplementation platform('org.junit:junit-bom:5.9.3')