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 02d2108 commit c44c0e9Copy full SHA for c44c0e9
build.gradle.kts
@@ -32,7 +32,7 @@ repositories {
32
dependencies {
33
implementation ("org.mybatis:mybatis:3.5.19")
34
implementation ("org.mybatis.dynamic-sql:mybatis-dynamic-sql:2.0.0-SNAPSHOT")
35
- testImplementation ("org.assertj:assertj-core:3.27.3")
+ testImplementation ("org.assertj:assertj-core:3.27.6")
36
testImplementation ("org.hsqldb:hsqldb:2.7.4")
37
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10")
38
}
0 commit comments