Skip to content

Commit e8a1a03

Browse files
larsgreferwilkinsona
authored andcommitted
Upgrade to Bouncycastle 1.71
Closes gh-31400
1 parent 7e6acfd commit e8a1a03

File tree

3 files changed

+4
-4
lines changed
  • ci/images/releasescripts
  • spring-boot-project/spring-boot-tools/spring-boot-loader
  • spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/spring-boot-loader-tests-signed-jar-unpack-app

3 files changed

+4
-4
lines changed

ci/images/releasescripts/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<dependencies>
2222
<dependency>
2323
<groupId>org.bouncycastle</groupId>
24-
<artifactId>bcpg-jdk15to18</artifactId>
25-
<version>1.68</version>
24+
<artifactId>bcpg-jdk18on</artifactId>
25+
<version>1.71</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.springframework.boot</groupId>

spring-boot-project/spring-boot-tools/spring-boot-loader/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ dependencies {
1717
testImplementation("org.springframework:spring-test")
1818

1919
testRuntimeOnly("ch.qos.logback:logback-classic")
20-
testRuntimeOnly("org.bouncycastle:bcprov-jdk16:1.46")
20+
testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.71")
2121
testRuntimeOnly("org.springframework:spring-webmvc")
2222
}

spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/spring-boot-loader-tests-signed-jar-unpack-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414

1515
dependencies {
1616
implementation("org.springframework.boot:spring-boot-starter")
17-
implementation("org.bouncycastle:bcprov-jdk15on:1.70")
17+
implementation("org.bouncycastle:bcprov-jdk18on:1.71")
1818
}
1919

2020
bootJar {

0 commit comments

Comments
 (0)