Skip to content

Commit c2fdab1

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.13.4 to 6.0.1
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed7c51c commit c2fdab1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ repositories {
4848
}
4949

5050
dependencies {
51-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
52-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
51+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
52+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
5353
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
54-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
54+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
5555
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
5656
}
5757

0 commit comments

Comments
 (0)