Skip to content

Commit 78e92a7

Browse files
Update junit-framework monorepo to v6
1 parent ab4628b commit 78e92a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repositories {
1010
}
1111

1212
dependencies {
13-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
14-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
13+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
14+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
1515
}
1616

1717
test {

0 commit comments

Comments
 (0)