Skip to content

Commit 3ed66a1

Browse files
Update dependency org.junit.jupiter:junit-jupiter to v6
1 parent fd250d0 commit 3ed66a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
// Use JUnit Jupiter for testing.
22-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
22+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
2323
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2424
}
2525

0 commit comments

Comments
 (0)