Skip to content

Commit ff60d1e

Browse files
Bump org.junit.vintage:junit-vintage-engine from 5.10.0 to 5.10.1 (#253)
Bumps [org.junit.vintage:junit-vintage-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.vintage:junit-vintage-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 7413646 commit ff60d1e

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

7272
tasks.register<Exec>("updateSubmodules") {

0 commit comments

Comments
 (0)