We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a6a10 commit d802798Copy full SHA for d802798
build.gradle.kts
@@ -21,7 +21,7 @@ dependencies {
21
implementation("org.springframework.boot:spring-boot-starter")
22
implementation("org.jetbrains.kotlin:kotlin-reflect")
23
testImplementation("org.springframework.boot:spring-boot-starter-test")
24
- testImplementation("org.assertj:assertj-core:3.27.0")
+ testImplementation("org.assertj:assertj-core:3.27.2")
25
}
26
27
java {
0 commit comments