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 34ad7e5 commit 282ad04Copy full SHA for 282ad04
build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
implementation ("org.mybatis.dynamic-sql:mybatis-dynamic-sql:2.0.0-SNAPSHOT")
35
testImplementation ("org.assertj:assertj-core:3.27.3")
36
testImplementation ("org.hsqldb:hsqldb:2.7.4")
37
- testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10")
+ testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.21")
38
}
39
40
tasks.withType<Test> {
0 commit comments