Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/prime-router/com.microso…
Browse files Browse the repository at this point in the history
…ft.azure.azurefunctions-1.8.2
  • Loading branch information
MauriceReeves-usds authored Dec 15, 2021
2 parents 93d4cde + 6f088a2 commit 7f8b71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import java.time.format.DateTimeFormatter
import java.util.Properties

plugins {
kotlin("jvm") version "1.6.0"
kotlin("jvm") version "1.6.10"
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"
Expand Down Expand Up @@ -631,7 +631,7 @@ 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:bcmail-jdk15on:1.70")
implementation("org.bouncycastle:bcprov-jdk15on:1.69")

implementation("commons-net:commons-net:3.8.0")
Expand Down

0 comments on commit 7f8b71d

Please sign in to comment.