Skip to content

Commit 8106101

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

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

0 commit comments

Comments
 (0)