File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments