Skip to content

Commit

Permalink
chore(deps): bump bouncycastle, use bcpkix-jdk18on instead of jdk15on (
Browse files Browse the repository at this point in the history
…#641)

* bump to 1.77
  • Loading branch information
tommytroen authored Feb 16, 2024
1 parent 983dfcd commit ac7900d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val junitJupiterVersion = "5.10.2"
val kotlinVersion = "1.9.22"
val freemarkerVersion = "2.3.32"
val kotestVersion = "5.8.0"
val bouncyCastleVersion = "1.70"
val bouncyCastleVersion = "1.77"
val springBootVersion = "3.2.2"
val reactorTestVersion = "3.6.2"
val ktorVersion = "2.3.8"
Expand Down Expand Up @@ -65,7 +65,7 @@ dependencies {
implementation("io.github.microutils:kotlin-logging:$kotlinLoggingVersion")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
implementation("org.freemarker:freemarker:$freemarkerVersion")
implementation("org.bouncycastle:bcpkix-jdk15on:$bouncyCastleVersion")
implementation("org.bouncycastle:bcpkix-jdk18on:$bouncyCastleVersion")
testImplementation("org.assertj:assertj-core:$assertjVersion")
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitJupiterVersion")
Expand Down

0 comments on commit ac7900d

Please # to comment.