Skip to content

Commit

Permalink
Upgrade logback to 1.5.16
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <divyaasm@amazon.com>
  • Loading branch information
Divyaasm committed Feb 26, 2025
1 parent 764945c commit 141203e
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 141203e

Please sign in to comment.