Skip to content

Commit cabc954

Browse files
fix(deps): update dependency org.bouncycastle:bcpkix-jdk18on to v1.82 (#2287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab58f53 commit cabc954

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
@@ -41,7 +41,7 @@ testing {
4141
implementation("com.linecorp.armeria:armeria-grpc")
4242
implementation("io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha")
4343
implementation("org.bouncycastle:bcprov-jdk18on:1.81")
44-
implementation("org.bouncycastle:bcpkix-jdk18on:1.81")
44+
implementation("org.bouncycastle:bcpkix-jdk18on:1.82")
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)