Merge branch '2.4.x' into 2.5.x
Closes gh-28661
This commit is contained in:
@@ -22,7 +22,9 @@ dependencies {
|
||||
implementation("org.apache.commons:commons-compress")
|
||||
implementation("org.springframework:spring-core")
|
||||
|
||||
optional("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
|
||||
optional("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") {
|
||||
exclude(group: "commons-logging", module: "commons-logging")
|
||||
}
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
testImplementation("org.assertj:assertj-core")
|
||||
|
||||
Reference in New Issue
Block a user