diff --git a/ci/images/releasescripts/pom.xml b/ci/images/releasescripts/pom.xml index 746f0593f72..48b4efa69b3 100644 --- a/ci/images/releasescripts/pom.xml +++ b/ci/images/releasescripts/pom.xml @@ -21,8 +21,8 @@ org.bouncycastle - bcpg-jdk15to18 - 1.68 + bcpg-jdk18on + 1.71 org.springframework.boot 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 1a03bb4eda0..2992e00afed 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 @@ -17,6 +17,6 @@ dependencies { testImplementation("org.springframework:spring-test") testRuntimeOnly("ch.qos.logback:logback-classic") - testRuntimeOnly("org.bouncycastle:bcprov-jdk16:1.46") + testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.71") testRuntimeOnly("org.springframework:spring-webmvc") } \ No newline at end of file diff --git a/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/spring-boot-loader-tests-signed-jar-unpack-app/build.gradle b/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/spring-boot-loader-tests-signed-jar-unpack-app/build.gradle index a7787a1b844..84a7c507ed0 100644 --- a/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/spring-boot-loader-tests-signed-jar-unpack-app/build.gradle +++ b/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/spring-boot-loader-tests-signed-jar-unpack-app/build.gradle @@ -14,7 +14,7 @@ repositories { dependencies { implementation("org.springframework.boot:spring-boot-starter") - implementation("org.bouncycastle:bcprov-jdk15on:1.70") + implementation("org.bouncycastle:bcprov-jdk18on:1.71") } bootJar {