Skip to content

Commit 76e73dc

Browse files
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v6
1 parent d8e522e commit 76e73dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation(kotlin("test"))
1717

1818
// JUnit 5
19-
testImplementation("org.junit.jupiter:junit-jupiter:5.14.1")
19+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
2020
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2121

2222
// Testcontainers

0 commit comments

Comments
 (0)