Skip to content

Commit 2903b78

Browse files
authored
Merge pull request #89 from jeffgbutler/dependabot/gradle/org.junit.jupiter-junit-jupiter-api-5.11.0
Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.0
2 parents 062000b + 1b15533 commit 2903b78

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.10.3")
34+
testImplementation ("org.junit.jupiter:junit-jupiter-api:5.11.0")
3535
testImplementation ("org.junit.jupiter:junit-jupiter-engine:5.11.0")
3636
testImplementation ("org.hsqldb:hsqldb:2.7.3")
3737
}

0 commit comments

Comments
 (0)