File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,15 +79,15 @@ dependencies {
79
79
compileOnly " org.jetbrains.kotlin:kotlin-stdlib:${ kotlin_version} "
80
80
compileOnly " org.jetbrains.kotlin:kotlin-stdlib-common:${ kotlin_version} "
81
81
compileOnly " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3" // ${kotlin_version} does not work for coroutines
82
- compileOnly " com.cronutils:cron-utils:9.1.6 "
82
+ compileOnly " com.cronutils:cron-utils:9.1.8 "
83
83
compileOnly " commons-validator:commons-validator:1.7"
84
84
testImplementation " org.opensearch.test:framework:${ opensearch_version} "
85
85
testImplementation " org.jetbrains.kotlin:kotlin-test:${ kotlin_version} "
86
86
testImplementation " org.mockito:mockito-core:3.10.0"
87
87
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.7.2'
88
88
testImplementation ' org.mockito:mockito-junit-jupiter:3.10.0'
89
89
testImplementation " com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
90
- testImplementation " com.cronutils:cron-utils:9.1.6 "
90
+ testImplementation " com.cronutils:cron-utils:9.1.8 "
91
91
testImplementation " commons-validator:commons-validator:1.7"
92
92
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.7.2'
93
93
You can’t perform that action at this time.
0 commit comments