Commit 5f56246
Merge #863
863: Fix `OKHTTP` dependency inconsistency r=brunoocasali a=larskristianhaga
# Pull Request
Following up on PR #856, that tried to fix the issue with dependency resolving to alpha version of the OKHTTP dependency.
Example repo that showcases that `meilisearch-java:0.14.6` still resolves to OKHTTP `5.0.0-alpha.16`.
https://github.com/larskristianhaga/Meilisearch-OKHTTP-dependency-crash-demo
## What does this PR do?
- Pinning OKHTTP version to `4.12.0`, which is the same used as test scope.
- Removed dependency selection rejection that did not work.
## PR checklist
Please check if your PR fulfills the following requirements:
- [X] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [X] Have you read the contributing guidelines?
- [X] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **Chores**
- Updated the okhttp dependency to a fixed version (4.12.0).
- Removed restrictions that previously blocked pre-release dependency versions.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Lars Kristian Haga <[email protected]>1 file changed
+1
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 42 | | |
54 | 43 | | |
55 | 44 | | |
| |||
64 | 53 | | |
65 | 54 | | |
66 | 55 | | |
67 | | - | |
| 56 | + | |
68 | 57 | | |
69 | 58 | | |
70 | 59 | | |
| |||
0 commit comments