Skip to content

Commit 252cf94

Browse files
committed
Fix requiresUnpack following Bouncy Castle upgrade
See gh-31400
1 parent e8a1a03 commit 252cf94

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/spring-boot-loader-tests-signed-jar-unpack-app

1 file changed

+1
-1
lines changed

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
@@ -18,5 +18,5 @@ dependencies {
1818
}
1919

2020
bootJar {
21-
requiresUnpack '**/bcprov-jdk15on-*.jar'
21+
requiresUnpack '**/bcprov-jdk18on-*.jar'
2222
}

0 commit comments

Comments
 (0)