We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343037b commit fe28ca3Copy full SHA for fe28ca3
build.gradle
@@ -14,9 +14,9 @@ dependencies {
14
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
15
implementation "org.jetbrains.kotlin:kotlin-reflect"
16
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"
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
+ testImplementation 'io.mockk:mockk:1.12.3'
20
}
21
22
// See https://github.com/JetBrains/gradle-intellij-plugin/
0 commit comments