Skip to content

Commit c16de7d

Browse files
authored
Bump logback to 1.5.16 (#794)
Signed-off-by: Divya Madala <[email protected]>
1 parent c28f96e commit c16de7d

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
@@ -68,8 +68,8 @@ apply from: 'build-tools/opensearchplugin-coverage.gradle'
6868
configurations {
6969
ktlint {
7070
resolutionStrategy {
71-
force "ch.qos.logback:logback-classic:1.3.14"
72-
force "ch.qos.logback:logback-core:1.3.14"
71+
force "ch.qos.logback:logback-classic:1.5.16"
72+
force "ch.qos.logback:logback-core:1.5.16"
7373
}
7474
}
7575
}

0 commit comments

Comments
 (0)