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 d802798 commit fcc2f9fCopy full SHA for fcc2f9f
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.2")
+ testImplementation("org.assertj:assertj-core:3.27.3")
25
}
26
27
java {
0 commit comments