We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2903b78 commit 5b46b5cCopy full SHA for 5b46b5c
build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
implementation ("org.mybatis:mybatis:3.5.16")
32
implementation ("org.mybatis.dynamic-sql:mybatis-dynamic-sql:1.5.2")
33
testImplementation ("org.assertj:assertj-core:3.26.3")
34
- testImplementation ("org.junit.jupiter:junit-jupiter-api:5.11.0")
+ testImplementation ("org.junit.jupiter:junit-jupiter-api:5.11.3")
35
testImplementation ("org.junit.jupiter:junit-jupiter-engine:5.11.0")
36
testImplementation ("org.hsqldb:hsqldb:2.7.3")
37
}
0 commit comments