We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a682f5c commit 91c9dd6Copy full SHA for 91c9dd6
build.gradle.kts
@@ -19,7 +19,7 @@ dependencies {
19
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
20
implementation("org.assertj:assertj-core:3.25.3")
21
implementation("org.jetbrains:annotations:24.1.0")
22
- testImplementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
+ testImplementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.24")
23
testImplementation("junit:junit:4.13.2")
24
testImplementation("org.assertj:assertj-core:3.25.3")
25
}
0 commit comments