Commit a56e5f6
The `com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter`
artifact was archived when the converter was upstreamed into Retrofit as
`com.squareup.retrofit2:converter-kotlinx-serialization`. The JW artifact
is frozen at 1.0.0 (built against Retrofit 2.x/OkHttp 4.x) and Dependabot
will never update it — after the retrofit 2→3 (#1855) and okhttp 4→5
(#1854) major bumps it was the one leg of the network stack still pinned
to the old majors.
Swap the coordinate to the upstream converter (versioned with retrofit,
so it tracks the same version.ref and dependabot bumps) and update the
`asConverterFactory` import at both call sites. The API is identical.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2397af9 commit a56e5f6
3 files changed
Lines changed: 3 additions & 4 deletions
File tree
- gradle
- onebusaway-android/src/main/java/org/onebusaway/android
- api/net
- app/di
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
154 | | - | |
| 153 | + | |
155 | 154 | | |
156 | 155 | | |
157 | 156 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments