Skip to content

Commit eda2a3a

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.2
1 parent 4ae88c2 commit eda2a3a

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.1")
2626
testImplementation("org.junit.jupiter:junit-jupiter:5.13.1")
2727
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
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.12.1")
3030

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

0 commit comments

Comments
 (0)