Skip to content

Commit 0cb7777

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 (#12)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b5254f commit 0cb7777

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
@@ -29,7 +29,7 @@ dependencies {
2929
compileOnly("org.jetbrains:annotations:24.1.0")
3030

3131
testImplementation(kotlin("test"))
32-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
32+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
3333
}
3434

3535
tasks {

0 commit comments

Comments
 (0)