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 {
87
87
compileOnly " org.jetbrains.kotlin:kotlin-stdlib:${ kotlin_version} "
88
88
compileOnly " org.jetbrains.kotlin:kotlin-stdlib-common:${ kotlin_version} "
89
89
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 "
91
91
compileOnly " commons-validator:commons-validator:1.7"
92
92
testImplementation " org.opensearch.test:framework:${ opensearch_version} "
93
93
testImplementation " org.jetbrains.kotlin:kotlin-test:${ kotlin_version} "
94
94
testImplementation " org.mockito:mockito-core:3.10.0"
95
95
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.7.2'
96
96
testImplementation ' org.mockito:mockito-junit-jupiter:3.10.0'
97
97
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 "
99
99
testImplementation " commons-validator:commons-validator:1.7"
100
100
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.7.2'
101
101
You can’t perform that action at this time.
0 commit comments