We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7aa82a commit f0354d7Copy full SHA for f0354d7
sigstore-java/build.gradle.kts
@@ -37,8 +37,8 @@ dependencies {
37
38
implementation("commons-codec:commons-codec:1.16.0")
39
implementation("com.google.code.gson:gson:2.10.1")
40
- implementation("org.bouncycastle:bcutil-jdk18on:1.76")
41
- implementation("org.bouncycastle:bcpkix-jdk18on:1.76")
+ implementation("org.bouncycastle:bcutil-jdk18on:1.77")
+ implementation("org.bouncycastle:bcpkix-jdk18on:1.77")
42
43
implementation(platform("com.google.oauth-client:google-oauth-client-bom:1.34.1"))
44
implementation("com.google.oauth-client:google-oauth-client")
0 commit comments