Skip to content

Commit

Permalink
Bump logback to 1.5.16 (#794) (#795)
Browse files Browse the repository at this point in the history
(cherry picked from commit c16de7d)

Signed-off-by: Divya Madala <divyaasm@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 764945c commit 4532d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ apply from: 'build-tools/opensearchplugin-coverage.gradle'
configurations {
ktlint {
resolutionStrategy {
force "ch.qos.logback:logback-classic:1.3.14"
force "ch.qos.logback:logback-core:1.3.14"
force "ch.qos.logback:logback-classic:1.5.16"
force "ch.qos.logback:logback-core:1.5.16"
}
}
}
Expand Down

0 comments on commit 4532d34

Please sign in to comment.