Skip to content

Commit

Permalink
Bump bcprov-jdk15on from 1.69 to 1.70 in /prime-router
Browse files Browse the repository at this point in the history
Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2021
1 parent a52029b commit 2cf5719
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins {
id("org.flywaydb.flyway") version "8.2.0"
id("nu.studer.jooq") version "6.0.1"
id("com.github.johnrengelman.shadow") version "7.1.0"
id("com.microsoft.azure.azurefunctions") version "1.8.1"
id("com.microsoft.azure.azurefunctions") version "1.8.2"
id("org.jlleitschuh.gradle.ktlint") version "10.2.0"
id("com.adarshr.test-logger") version "3.1.0"
id("jacoco")
Expand Down Expand Up @@ -616,7 +616,7 @@ dependencies {
implementation("org.json:json:20210307")
// 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 @@ -631,8 +631,8 @@ dependencies {
implementation("com.helger.as2:as2-lib:4.8.0")
// 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.69")
implementation("org.bouncycastle:bcprov-jdk15on:1.69")
implementation("org.bouncycastle:bcmail-jdk15on:1.70")
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

0 comments on commit 2cf5719

Please sign in to comment.