Skip to content

Commit d18fb9c

Browse files
committed
Upgrade to bcprov-jdk18on 1.78.1
Closes gh-40621
1 parent 68a63a7 commit d18fb9c

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-loader

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ dependencies {
1818
testImplementation("org.springframework:spring-core-test")
1919

2020
testRuntimeOnly("ch.qos.logback:logback-classic")
21-
testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.71")
21+
testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.78.1")
2222
testRuntimeOnly("org.springframework:spring-webmvc")
23-
}
23+
}

0 commit comments

Comments
 (0)