We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a6960 commit a21e043Copy full SHA for a21e043
build.gradle
@@ -57,9 +57,9 @@ dependencies {
57
58
// for @Nullable
59
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'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.4'
63
testImplementation 'org.dstadler:commons-test:1.0.0.21'
64
}
65
0 commit comments