updating gson version to resolve conflict coming from core#4176
updating gson version to resolve conflict coming from core#4176dhrubo-os merged 2 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
pyek-bot
left a comment
There was a problem hiding this comment.
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 <dhrubo@amazon.com>
|
@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.
Why is this API? I'm having to resolve this now :)
There was a problem hiding this comment.
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.
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.