We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ca51d commit 84cd797Copy full SHA for 84cd797
build.gradle
@@ -82,7 +82,7 @@ allprojects {
82
dependencies {
83
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
84
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
85
- testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
86
}
87
88
test {
0 commit comments