Skip to content

Commit 10cca77

Browse files
fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.82
1 parent 48b2956 commit 10cca77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmx-scraper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ testing {
4040
implementation("com.linecorp.armeria:armeria-junit5")
4141
implementation("com.linecorp.armeria:armeria-grpc")
4242
implementation("io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha")
43-
implementation("org.bouncycastle:bcprov-jdk18on:1.81")
43+
implementation("org.bouncycastle:bcprov-jdk18on:1.82")
4444
implementation("org.bouncycastle:bcpkix-jdk18on:1.81")
4545
}
4646
}

0 commit comments

Comments
 (0)