From e8a1a0399a0208e877056bcc7c33a42eb65c89ef Mon Sep 17 00:00:00 2001 From: Lars Grefer Date: Thu, 16 Jun 2022 03:29:18 +0200 Subject: [PATCH] Upgrade to Bouncycastle 1.71 Closes gh-31400 --- ci/images/releasescripts/pom.xml | 4 ++-- .../spring-boot-tools/spring-boot-loader/build.gradle | 2 +- .../build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 {