Skip to content

Commit 29536e1

Browse files
dependabot[bot]kruton
authored andcommitted
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.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b664ea1 commit 29536e1

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
@@ -49,13 +49,13 @@ dependencies {
4949
testImplementation("commons-io:commons-io:2.21.0")
5050
testImplementation("org.hamcrest:hamcrest:3.0")
5151
testImplementation("org.jetbrains:annotations:26.0.2-1")
52-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
53-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
52+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
53+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
5454
testImplementation("org.mockito:mockito-core:5.20.0")
5555
testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
5656
testImplementation("org.testcontainers:testcontainers-junit-jupiter:2.0.2")
5757
testImplementation("org.testcontainers:testcontainers:2.0.2")
58-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
58+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
5959
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
6060
}
6161

0 commit comments

Comments
 (0)