Skip to content

Commit 1f29e4f

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.12.2 to 5.13.1 (#109)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.1 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 97cac63 commit 1f29e4f

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
@@ -22,7 +22,7 @@ repositories {
2222
dependencies {
2323
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
2424
testImplementation("io.cucumber:cucumber-java:7.23.0")
25-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.2")
25+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.1")
2626
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2727
}
2828

0 commit comments

Comments
 (0)