File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ repositories {
39
39
40
40
dependencies {
41
41
testImplementation " com.tngtech.jgiven:jgiven-junit5:${ jgivenVersion} "
42
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3 '
43
- testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.11.3 '
42
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
43
+ testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
44
44
}
45
45
46
46
test {
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ repositories {
36
36
dependencies {
37
37
testImplementation ' com.tngtech.jgiven:jgiven-junit5:' + jgivenVersion
38
38
testImplementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
39
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3 '
40
- testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.11.3 '
39
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
40
+ testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
41
41
}
42
42
43
43
test {
You can’t perform that action at this time.
0 commit comments