Skip to content

Commit cd84fb1

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 (#121)
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 a37fa3c commit cd84fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111

1212
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.7")
1313
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
14-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
14+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
1515
}
1616

1717
kotlin {

0 commit comments

Comments
 (0)