File tree 1 file changed +2
-2
lines changed
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"
12
12
val kotlinVersion = " 1.9.22"
13
13
val freemarkerVersion = " 2.3.32"
14
14
val kotestVersion = " 5.8.0"
15
- val bouncyCastleVersion = " 1.70 "
15
+ val bouncyCastleVersion = " 1.77 "
16
16
val springBootVersion = " 3.2.2"
17
17
val reactorTestVersion = " 3.6.2"
18
18
val ktorVersion = " 2.3.8"
@@ -65,7 +65,7 @@ dependencies {
65
65
implementation(" io.github.microutils:kotlin-logging:$kotlinLoggingVersion " )
66
66
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion " )
67
67
implementation(" org.freemarker:freemarker:$freemarkerVersion " )
68
- implementation(" org.bouncycastle:bcpkix-jdk15on :$bouncyCastleVersion " )
68
+ implementation(" org.bouncycastle:bcpkix-jdk18on :$bouncyCastleVersion " )
69
69
testImplementation(" org.assertj:assertj-core:$assertjVersion " )
70
70
testImplementation(" org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion " )
71
71
testImplementation(" org.junit.jupiter:junit-jupiter-params:$junitJupiterVersion " )
You can’t perform that action at this time.
0 commit comments