chore(deps): Upgrade org.apache.thrift:libthrift versio to 0.18.1
Description
Upgrade org.apache.thrift:libthrift versio to 0.18.1
Motivation and Context
Using a more recent version helps avoid potential vulnerabilities and ensures we aren't relying on outdated or unsupported code.
Impact
Test Plan
Contributor checklist
- [ ] Please make sure your submission complies with our contributing guide, in particular code style and commit standards.
- [ ] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced.
- [ ] Documented new properties (with its default value), SQL syntax, functions, or other functionality.
- [ ] If release notes are required, they follow the release notes guidelines.
- [ ] Adequate tests were added if applicable.
- [ ] CI passed.
- [ ] If adding new dependencies, verified they have an OpenSSF Scorecard score of 5.0 or higher (or obtained explicit TSC approval for lower scores).
Release Notes
Please follow release notes guidelines and fill in the release notes below.
== NO RELEASE NOTE ==
The committers listed above are authorized under a signed CLA.
- :white_check_mark: login: sumi-mathew / name: Sumi Mathew (4f2c110e766a51a9a0cf52f9fbe0cf76b433f9f6)
@ZacBlanco / @hantangwangd could you please review this PR.
Mostly lgtm. I have one question: why do we need to change the scope from
testin all the places?
Thanks for the comment. When I upgraded to version 0.22.0, Getting a ‘Test dependency scope issues found’ error. After changing the version to 0.18.1, the error disappeared, so I reverted the changes.