Skip to content

Commit 365e00d

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v6.0.3 (#272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b17c5d commit 365e00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131

3232
// Testing
3333
testImplementation(kotlin("test-junit5"))
34-
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "6.0.2")
34+
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "6.0.3")
3535

3636
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.8")
3737
}

0 commit comments

Comments
 (0)