Skip to content

Commit 5b46b5c

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.3
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.0...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2903b78 commit 5b46b5c

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.3")
3737
}

0 commit comments

Comments
 (0)