Skip to content

Commit c769882

Browse files
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.4 (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ea33a3 commit c769882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
3030

3131
// Use the JUnit 5 integration.
32-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.3")
32+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.4")
3333

3434
// This dependency is exported to consumers, that is to say found on their compile classpath.
3535
api("org.apache.commons:commons-math3:3.6.1")

0 commit comments

Comments
 (0)