Skip to content

Commit 80392e7

Browse files
fix(deps): update bouncycastle packages to v1.83 (#2491)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35afaa1 commit 80392e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jmx-scraper/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ testing {
4242
implementation("com.linecorp.armeria:armeria-junit5")
4343
implementation("com.linecorp.armeria:armeria-grpc")
4444
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")
45+
implementation("org.bouncycastle:bcprov-jdk18on:1.83")
46+
implementation("org.bouncycastle:bcpkix-jdk18on:1.83")
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)