Commit 7c34553
authored
bump serialization version (#207)
### What changes are you making?
Bumps the Android library’s `kotlinx-serialization-json` dependency from `1.6.3` to `1.7.3`.
`1.7.3` is the latest serialization runtime line that matches our current compatibility target: the Android SDK is compiled with a newer Kotlin 2.x compiler, but its published Kotlin `apiVersion` /
`languageVersion` remain pinned to Kotlin 2.0 for consumer compatibility. Newer kotlinx serialization releases move onto newer Kotlin baselines, so this keeps the runtime reasonably current without raising the
Kotlin consumer floor.
Also updates Dependabot rules to allow `1.7.x` updates while continuing to block `1.8+` until we intentionally raise the Kotlin API/language floor.
## Verification
- `./gradlew :lib:test :lib:apiCheck`
- `git -c core.fsmonitor=false diff --check`
<!-- Please describe why you are making these changes -->
### How to test
<!-- Please outline the steps to test your changes -->
---
### Before you merge
> [!IMPORTANT]
> - [ ] I've added tests to support my implementation
> - [x] I have read and agree with the [Contribution Guidelines](./CONTRIBUTING.md)
> - [x] I have read and agree with the [Code of Conduct](./CODE_OF_CONDUCT.md)
> - [ ] I've updated the relevant platform README (`platforms/swift/README.md` and/or `platforms/android/README.md`)
---
<details>
<summary>Releasing a new Swift version?</summary>
- [ ] I have bumped the version in `ShopifyCheckoutKit.podspec`
- [ ] I have bumped the version in `platforms/swift/Sources/ShopifyCheckoutKit/ShopifyCheckoutKit.swift`
- [ ] I have updated `platforms/swift/CHANGELOG.md`
- [ ] I have updated the SwiftPM/CocoaPods version snippets in `platforms/swift/README.md` (major version only)
</details>
<details>
<summary>Releasing a new Android version?</summary>
- [ ] I have bumped the `versionName` in `platforms/android/lib/build.gradle`
- [ ] I have updated `platforms/android/CHANGELOG.md`
- [ ] I have updated the Gradle/Maven version snippets in `platforms/android/README.md`
</details>
> [!TIP]
> See the [Contributing documentation](./CONTRIBUTING.md) for the full release process per platform.1 parent 1dc5b5c commit 7c34553
2 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | | - | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments