Skip to content

Commit 377f2de

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.2
1 parent 6394c80 commit 377f2de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.2")
2626
testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
2727
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.2")
28-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
28+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.2")
2929
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2")
3030

3131
testImplementation("org.assertj:assertj-core:3.27.3")

0 commit comments

Comments
 (0)