Skip to content

Commit

Permalink
Upgrade cron-utils to 9.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Apr 27, 2022
1 parent 7e1159b commit 343037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "org.jetbrains.kotlin:kotlin-reflect"
implementation "com.cronutils:cron-utils:9.0.2"
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"
Expand Down

0 comments on commit 343037b

Please sign in to comment.