deps: bump the minor-and-patch group with 2 updates#13
Conversation
Bumps the minor-and-patch group with 2 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) and [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization). Updates `org.junit.jupiter:junit-jupiter` from 5.11.4 to 5.14.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.14.3) Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
📝 WalkthroughWalkthroughUpdated JUnit Jupiter test dependency from 5.11.4 to 5.14.3 in app build configuration. Updated serialization version reference from 1.10.0 to 1.11.0 in version catalog, affecting kotlinx-serialization-json dependency. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@gradle/libs.versions.toml`:
- Line 9: The libs.versions.toml currently pins the kotlinx serialization
version under the key "serialization" to a non-existent 1.11.0; update that
value to "1.10.0" (the latest official release) so Gradle can resolve
kotlinx-serialization-json, and ensure any usages that reference the
"serialization" version catalog key continue to work (search for the
"serialization" key to locate all consumers).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 91921650-1246-49ae-b7ed-218e6f0b0466
📒 Files selected for processing (2)
app/build.gradle.ktsgradle/libs.versions.toml
| composeBom = "2024.12.01" | ||
| ktor = "3.4.2" | ||
| serialization = "1.10.0" | ||
| serialization = "1.11.0" |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
kotlinx-serialization-json 1.11.0 release notes breaking changes
💡 Result:
No official release notes or breaking changes found for kotlinx-serialization-json version 1.11.0. The latest stable release of kotlinx.serialization (which includes the json module) is v1.10.0, released on 2026-01-21. Some platform-specific artifacts like kotlinx-serialization-json-io 1.11.0 exist on Maven repositories, but there is no corresponding full library release, changelog entry, or GitHub release tag for 1.11.0 as of 2026-04-13. The CHANGELOG.md and releases page on GitHub confirm 1.10.0 as the current version, with no mention of 1.11.0 or associated breaking changes.
Citations:
- 1: https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md
- 2: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.10.0
- 3: https://github.com/kotlin/kotlinx.serialization
- 4: https://github.com/Kotlin/kotlinx.serialization/releases
- 5: https://www.chennaionline.com
Revert to kotlinx-serialization-json 1.10.0—version 1.11.0 does not exist as an official release.
The web search confirms that v1.10.0 (released 2026-01-21) is the latest stable release. No GitHub release tag, changelog entry, or official Maven artifact exists for 1.11.0. While some platform-specific artifacts may reference that version, the full library release does not. The build will fail when resolving this non-existent dependency.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@gradle/libs.versions.toml` at line 9, The libs.versions.toml currently pins
the kotlinx serialization version under the key "serialization" to a
non-existent 1.11.0; update that value to "1.10.0" (the latest official release)
so Gradle can resolve kotlinx-serialization-json, and ensure any usages that
reference the "serialization" version catalog key continue to work (search for
the "serialization" key to locate all consumers).
Bumps the minor-and-patch group with 2 updates: org.junit.jupiter:junit-jupiter and org.jetbrains.kotlinx:kotlinx-serialization-json.
Updates
org.junit.jupiter:junit-jupiterfrom 5.11.4 to 5.14.3Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
... (truncated)
Commits
1c14c1bRelease 5.14.3698391fFinalize 5.14.3 release notes5655c22Fix link to milestoneb4d1f56Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre5b6dfefFix references718ee15Fail build if xref fragment is invalida809887Installpoppler-utilsforpdfinfob568f5aUpdate API baseline1ebb6bcAdd missing checkout step4ca615bBack to snapshots for further developmentUpdates
org.jetbrains.kotlinx:kotlinx-serialization-jsonfrom 1.10.0 to 1.11.0Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's changelog.
Commits
6956af2Prepare 1.11 release390d84cMerge remote-tracking branch 'origin/master' into dev431fe2dUse local repo for publishing (#3171)05c12b6Add usage attribute to "testRepositories" configurationa4e1f08Bump Kover version to 0.9.8 release (#3174)304e858Expose Json exceptions structure (#3145)4a0338eIncluded G Play SDK verification file for core-jvm (#3169)421f64cCBOR: Relax value range check when decoding numbers (#3167)85a4f12KT-84955: mark apple x64 tagets as deprecated errorbd38b0eRemove dead codeDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by CodeRabbit
Chores