Skip to content

Commit 2ef34b8

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

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.7.0-alpha")
4343
implementation("org.bouncycastle:bcprov-jdk18on:1.81")
44-
implementation("org.bouncycastle:bcpkix-jdk18on:1.80")
44+
implementation("org.bouncycastle:bcpkix-jdk18on:1.81")
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)