-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update gradle locks (Automated) #197
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #197 +/- ##
=========================================
Coverage 79.92% 79.92%
Complexity 488 488
=========================================
Files 54 54
Lines 2416 2416
Branches 106 106
=========================================
Hits 1931 1931
Misses 425 425
Partials 60 60
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
com.fasterxml.jackson.core:jackson-databind:2.16.0=compileClasspath | ||
com.fasterxml.jackson.core:jackson-databind:2.16.1=runtimeClasspath | ||
com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath | ||
com.fasterxml.jackson:jackson-bom:2.16.1=runtimeClasspath |
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.
This BOM mismatch indicates some dependency is ahead of the BOM, which ideally we don't want (since that means we're running with a different version than we're compiling with). Looks like it's coming from doc store. @suresh-prakash do you mind bringing the BOM up to 2.16.1 to match?
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.
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.
Hypertrace BOM please
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.
My bad. hypertrace/hypertrace-bom#27
Autogenerated gradle lock updates