Skip to content

Commit 3003149

Browse files
derek-hocwperks
andauthored
[Backport 2.x] Resolve logback-classic to 1.2.13 (#3824)
### Description Resolve logback-classic to 1.2.13 Backport of: #3823 ### Issues Resolved [List any issues this PR will resolve] Is this a backport? If so, please add backport PR # and/or commits # ### Testing [Please provide details of testing done: unit testing, integration testing and manual testing] ### Check List - [ ] New functionality includes testing - [ ] New functionality has been documented - [ ] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). Signed-off-by: Derek Ho <dxho@amazon.com> Signed-off-by: Craig Perkins <cwperx@amazon.com> Co-authored-by: Craig Perkins <cwperx@amazon.com>
1 parent 7e5d02a commit 3003149

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ configurations {
504504
force "org.apache.httpcomponents:httpasyncclient:4.1.5"
505505
force 'org.checkerframework:checker-qual:3.40.0'
506506
force "com.google.errorprone:error_prone_annotations:2.23.0"
507+
force "ch.qos.logback:logback-classic:1.2.13"
507508
}
508509
}
509510

0 commit comments

Comments
 (0)