Skip to content

Commit e11124b

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.9.3 to 5.10.2 (#46)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.3...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine 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 f522332 commit e11124b

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
@@ -56,6 +56,6 @@ dependencies {
5656

5757
testImplementation(kotlin("test-junit5"))
5858
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
59-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
59+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
6060
testImplementation("io.kotest:kotest-assertions-core:5.6.2")
6161
}

0 commit comments

Comments
 (0)