Skip to content

Commit a21e043

Browse files
committed
Update JUnit
1 parent 23a6960 commit a21e043

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ dependencies {
5757

5858
// for @Nullable
5959
implementation 'com.google.code.findbugs:jsr305:3.0.2'
60-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
61-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
62-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.3'
60+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
61+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
62+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.4'
6363
testImplementation 'org.dstadler:commons-test:1.0.0.21'
6464
}
6565

0 commit comments

Comments
 (0)