Skip to content

Commit bfd50b1

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 (#264)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine 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 cfa5ff7 commit bfd50b1

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
@@ -65,7 +65,7 @@ dependencies {
6565
testImplementation("org.awaitility:awaitility:4.2.0")
6666
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
6767
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")
68-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
68+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
6969
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.1")
7070
}
7171

0 commit comments

Comments
 (0)