-
Notifications
You must be signed in to change notification settings - Fork 186
updating gson version to resolve conflict coming from core #4176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Dhrubo Saha <[email protected]>
pyek-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a way to use to fetch the version directly from core as we do for some other dependencies? approving to unblock
|
|
try changing
|
Good question! I didn't find anything about gson from here |
We should certainly move this to the version catalog for consistency. I'll create a PR on the core repo. |
Signed-off-by: Dhrubo Saha <[email protected]>
|
@dhrubo-os I raised a core PR here: opensearch-project/OpenSearch#19328 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4176 +/- ##
============================================
- Coverage 81.91% 81.91% -0.01%
Complexity 8882 8882
============================================
Files 762 762
Lines 38200 38200
Branches 4267 4267
============================================
- Hits 31291 31290 -1
- Misses 5080 5082 +2
+ Partials 1829 1828 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| } | ||
| implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0' | ||
| implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.2' | ||
| api "com.google.errorprone:error_prone_annotations:${versions.error_prone_annotations}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this API? I'm having to resolve this now :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh bummer, I can remove this line. Seems like this is unnecessary. I'll raise a follow up PR to address this change: opensearch-project/OpenSearch#19328
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries, already forced it on my end. Just curious if it was required!
Description
[updating gson version to resolve conflict coming from core]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--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.