Skip to content

Commit 93c54db

Browse files
committed
Bump JUnit to 5.11.3
1 parent 6c6b0d7 commit 93c54db

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
@@ -74,8 +74,8 @@ subprojects {
7474
}
7575

7676
dependencies {
77-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
78-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
77+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
78+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
7979
}
8080

8181
compileJava {

0 commit comments

Comments
 (0)