Merge branch '3.2.x'
Closes gh-40625
This commit is contained in:
@@ -19,7 +19,7 @@ dependencies {
|
||||
app project(path: ":spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin", configuration: "mavenRepository")
|
||||
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-web", configuration: "mavenRepository")
|
||||
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter", configuration: "mavenRepository")
|
||||
app("org.bouncycastle:bcprov-jdk18on:1.76")
|
||||
app("org.bouncycastle:bcprov-jdk18on:1.78.1")
|
||||
|
||||
intTestImplementation(enforcedPlatform(project(":spring-boot-project:spring-boot-parent")))
|
||||
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
|
||||
@@ -16,7 +16,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter")
|
||||
implementation("org.bouncycastle:bcprov-jdk18on:1.76")
|
||||
implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
|
||||
}
|
||||
|
||||
tasks.register("bootJarUnpack", BootJar.class) {
|
||||
@@ -27,4 +27,4 @@ tasks.register("bootJarUnpack", BootJar.class) {
|
||||
targetJavaVersion = targetCompatibility
|
||||
}
|
||||
|
||||
build.dependsOn bootJarUnpack
|
||||
build.dependsOn bootJarUnpack
|
||||
|
||||
Reference in New Issue
Block a user