Skip to content

Commit aa3280f

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#210)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...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-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44870f9 commit aa3280f

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:6.0.0")
34+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
3535
testImplementation("org.junit.platform:junit-platform-launcher:6.0.0")
36-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0")
36+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
3737
testImplementation("org.assertj:assertj-core:3.27.6")
3838
testImplementation("io.mockk:mockk:1.14.6")
3939

0 commit comments

Comments
 (0)