Skip to content

Commit 337b4ad

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 (#25)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7482ea9 commit 337b4ad

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
@@ -30,7 +30,7 @@ dependencies {
3030
compileOnly("org.jetbrains:annotations:26.0.1")
3131

3232
testImplementation(kotlin("test"))
33-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
33+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
3434
}
3535

3636
tasks {

0 commit comments

Comments
 (0)