Skip to content

Commit ca2e167

Browse files
authored
Merge pull request #96 from jeffgbutler/dependabot/gradle/org.junit.jupiter-junit-jupiter-api-5.11.3
Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.3
2 parents e9c0a58 + 5b46b5c commit ca2e167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation ("org.mybatis:mybatis:3.5.16")
3232
implementation ("org.mybatis.dynamic-sql:mybatis-dynamic-sql:1.5.2")
3333
testImplementation ("org.assertj:assertj-core:3.26.3")
34-
testImplementation ("org.junit.jupiter:junit-jupiter-api:5.11.0")
34+
testImplementation ("org.junit.jupiter:junit-jupiter-api:5.11.3")
3535
testImplementation ("org.junit.jupiter:junit-jupiter-engine:5.11.0")
3636
testImplementation ("org.hsqldb:hsqldb:2.7.4")
3737
}

0 commit comments

Comments
 (0)