Skip to content

Commit a3aa6dd

Browse files
Upgrade cronutils to 9.2.1 (#861) (#862)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 43c2278 commit a3aa6dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ dependencies {
8787
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
8888
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
8989
compileOnly "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3" // ${kotlin_version} does not work for coroutines
90-
compileOnly "com.cronutils:cron-utils:9.1.6"
90+
compileOnly "com.cronutils:cron-utils:9.2.1"
9191
compileOnly "commons-validator:commons-validator:1.7"
9292
testImplementation "org.opensearch.test:framework:${opensearch_version}"
9393
testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
9494
testImplementation "org.mockito:mockito-core:3.10.0"
9595
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
9696
testImplementation 'org.mockito:mockito-junit-jupiter:3.10.0'
9797
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
98-
testImplementation "com.cronutils:cron-utils:9.1.6"
98+
testImplementation "com.cronutils:cron-utils:9.2.1"
9999
testImplementation "commons-validator:commons-validator:1.7"
100100
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
101101

0 commit comments

Comments
 (0)