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 35afaa1 commit 80392e7Copy full SHA for 80392e7
jmx-scraper/build.gradle.kts
@@ -42,8 +42,8 @@ testing {
42
implementation("com.linecorp.armeria:armeria-junit5")
43
implementation("com.linecorp.armeria:armeria-grpc")
44
implementation("io.opentelemetry.proto:opentelemetry-proto:1.9.0-alpha")
45
- implementation("org.bouncycastle:bcprov-jdk18on:1.82")
46
- implementation("org.bouncycastle:bcpkix-jdk18on:1.82")
+ implementation("org.bouncycastle:bcprov-jdk18on:1.83")
+ implementation("org.bouncycastle:bcpkix-jdk18on:1.83")
47
}
48
49
0 commit comments