diff --git a/spring-boot-project/spring-boot-tools/spring-boot-loader/build.gradle b/spring-boot-project/spring-boot-tools/spring-boot-loader/build.gradle index 845fde0b610..2bdc365e07d 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-loader/build.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-loader/build.gradle @@ -18,6 +18,6 @@ dependencies { testImplementation("org.springframework:spring-core-test") testRuntimeOnly("ch.qos.logback:logback-classic") - testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.71") + testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.78.1") testRuntimeOnly("org.springframework:spring-webmvc") -} \ No newline at end of file +}