Skip to content

Commit c46ec2e

Browse files
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.3 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b3f221 commit c46ec2e

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.2")
32+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.3")
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)