Skip to content

Commit af89b95

Browse files
fix(deps): update junit-framework monorepo to v6
1 parent 34859d0 commit af89b95

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
@@ -46,8 +46,8 @@ dependencies {
4646
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
4747

4848
// https://junit.org/junit5/docs/current/user-guide/#running-tests-build
49-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
50-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
49+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
50+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2")
5151
}
5252

5353
test {

0 commit comments

Comments
 (0)