Skip to content

Commit fe28ca3

Browse files
committed
Upgrade junit and mockk
1 parent 343037b commit fe28ca3

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
@@ -14,9 +14,9 @@ dependencies {
1414
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
1515
implementation "org.jetbrains.kotlin:kotlin-reflect"
1616
implementation 'com.cronutils:cron-utils:9.1.6'
17-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.1"
18-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.1"
19-
testImplementation "io.mockk:mockk:1.9.3.kotlin12"
17+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
18+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
19+
testImplementation 'io.mockk:mockk:1.12.3'
2020
}
2121

2222
// See https://github.com/JetBrains/gradle-intellij-plugin/

0 commit comments

Comments
 (0)