Skip to content

Commit

Permalink
Upgrade junit and mockk
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Apr 27, 2022
1 parent 343037b commit fe28ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "org.jetbrains.kotlin:kotlin-reflect"
implementation 'com.cronutils:cron-utils:9.1.6'
testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.1"
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'
}

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

0 comments on commit fe28ca3

Please sign in to comment.