We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcb63b commit 3f3e11dCopy full SHA for 3f3e11d
build.gradle
@@ -48,10 +48,10 @@ dependencies {
48
testImplementation 'org.slf4j:slf4j-simple:[1.7.28,)'
49
testImplementation 'nu.validator:htmlparser:1.4.16'
50
// JUnit
51
- testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
52
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
53
// ShorthandSetterTest requires JUnit 4
54
- testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'
+ testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.1'
55
// Jazzzer
56
testImplementation 'com.code-intelligence:jazzer-junit:0.22.1'
57
}
0 commit comments