Skip to content

Commit b0b0144

Browse files
authored
Upgrade logback to 1.5.16 (#796)
Signed-off-by: Divya Madala <[email protected]>
1 parent 4532d34 commit b0b0144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ dependencies {
7979
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
8080
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
8181
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"
8383
compileOnly "commons-validator:commons-validator:1.7"
8484
testImplementation "org.opensearch.test:framework:${opensearch_version}"
8585
testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
8686
testImplementation "org.mockito:mockito-core:3.10.0"
8787
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
8888
testImplementation 'org.mockito:mockito-junit-jupiter:3.10.0'
8989
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"
9191
testImplementation "commons-validator:commons-validator:1.7"
9292
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
9393

0 commit comments

Comments
 (0)