diff --git a/build.gradle.kts b/build.gradle.kts index fed2c82..a763e59 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,14 +30,14 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.13") // MIT implementation("io.github.hakky54:sslcontext-kickstart-for-pem:8.3.0") // Apache-2.0 - implementation("org.bouncycastle:bctls-jdk18on:1.78") // Bouncy Castle License (~MIT) + implementation("org.bouncycastle:bctls-jdk18on:1.78.1") // Bouncy Castle License (~MIT) testImplementation(kotlin("test")) testRuntimeOnly("ch.qos.logback:logback-classic:1.3.14") // EPL-1.0 testImplementation("org.junit.jupiter:junit-jupiter:5.10.2") // version 5.x requires jdk 11 testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0") - testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.0") + testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1") } tasks.test {