File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ val junitJupiterVersion = "5.10.2"
1212val kotlinVersion = " 1.9.22"
1313val freemarkerVersion = " 2.3.32"
1414val kotestVersion = " 5.8.0"
15- val bouncyCastleVersion = " 1.70 "
15+ val bouncyCastleVersion = " 1.77 "
1616val springBootVersion = " 3.2.2"
1717val reactorTestVersion = " 3.6.2"
1818val ktorVersion = " 2.3.8"
@@ -65,7 +65,7 @@ dependencies {
6565 implementation(" io.github.microutils:kotlin-logging:$kotlinLoggingVersion " )
6666 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion " )
6767 implementation(" org.freemarker:freemarker:$freemarkerVersion " )
68- implementation(" org.bouncycastle:bcpkix-jdk15on :$bouncyCastleVersion " )
68+ implementation(" org.bouncycastle:bcpkix-jdk18on :$bouncyCastleVersion " )
6969 testImplementation(" org.assertj:assertj-core:$assertjVersion " )
7070 testImplementation(" org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion " )
7171 testImplementation(" org.junit.jupiter:junit-jupiter-params:$junitJupiterVersion " )
You can’t perform that action at this time.
0 commit comments