Skip to content

Commit 389fdbb

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.4
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.1...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] <[email protected]>
1 parent 11548aa commit 389fdbb

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

3030
testImplementation(kotlin("test"))
3131
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
32-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
32+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
3333
testImplementation("org.testcontainers:testcontainers:1.20.4")
3434
testImplementation("org.testcontainers:junit-jupiter:1.20.4")
3535
}

0 commit comments

Comments
 (0)