Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bcprov-jdk15on from 1.69 to 1.70 in /prime-router #3475

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ dependencies {
implementation("org.json:json:20211205")
// DO NOT INCREMENT SSHJ to a newer version without first thoroughly testing it locally.
implementation("com.hierynomus:sshj:0.31.0")
implementation("org.bouncycastle:bcprov-jdk15on:1.69")
implementation("org.bouncycastle:bcprov-jdk15on:1.70")
implementation("com.jcraft:jsch:0.1.55")
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("org.apache.commons:commons-text:1.9")
Expand All @@ -632,7 +632,7 @@ dependencies {
// Prevent mixed versions of these libs based on different versions being included by different packages
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
implementation("org.bouncycastle:bcmail-jdk15on:1.70")
implementation("org.bouncycastle:bcprov-jdk15on:1.69")
implementation("org.bouncycastle:bcprov-jdk15on:1.70")

implementation("commons-net:commons-net:3.8.0")
implementation("com.cronutils:cron-utils:9.1.5")
Expand Down