Skip to content

Commit 43d7a45

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-api
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...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>
1 parent dbaf6dc commit 43d7a45

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
@@ -52,13 +52,13 @@ dependencies {
5252
testImplementation("commons-io:commons-io:2.20.0")
5353
testImplementation("org.hamcrest:hamcrest:3.0")
5454
testImplementation("org.jetbrains:annotations:26.0.2")
55-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
56-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
55+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0")
56+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.0")
5757
testImplementation("org.mockito:mockito-core:5.20.0")
5858
testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
5959
testImplementation("org.testcontainers:testcontainers-junit-jupiter:2.0.1")
6060
testImplementation("org.testcontainers:testcontainers:2.0.1")
61-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
61+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0")
6262
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
6363
}
6464

0 commit comments

Comments
 (0)