Skip to content

Commit 8691d14

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 6.0.0 (#195)
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.0 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.0...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e0c328 commit 8691d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ repositories {
3131

3232
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
3333
dependencies {
34-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
34+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0")
3535
testImplementation("org.junit.platform:junit-platform-launcher:1.11.0")
36-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
36+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0")
3737
testImplementation("org.assertj:assertj-core:3.23.1")
3838
testImplementation("io.mockk:mockk:1.14.6")
3939

0 commit comments

Comments
 (0)