Skip to content

Bump all dependencies to latest stable versions#13

Draft
DarkWeird with Copilot wants to merge 2 commits into
mainfrom
copilot/update-dependencies
Draft

Bump all dependencies to latest stable versions#13
DarkWeird with Copilot wants to merge 2 commits into
mainfrom
copilot/update-dependencies

Conversation

Copilot AI commented Mar 28, 2026

Copy link
Copy Markdown

Project dependencies were significantly outdated (Kotlin 1.7, Ktor 2.1, Gradle 6.8). This updates the full dependency graph to current stable releases and fixes resulting API compatibility issues.

Dependency upgrades

Dependency From To
Gradle wrapper 6.8 8.10
Kotlin 1.7.10 2.1.21
Ktor 2.1.0 3.1.3
kotlinx-serialization-json 1.4.0 1.8.1
kotlinx-coroutines-core 1.6.4 1.10.2
kotest 4.6.2 / 5.4.2 5.9.1 (unified)
logback-classic 1.2.10 1.5.18

API compatibility fixes

  • Ktor 3.x: Removed ktor-client-serialization-jvm from browserstack module — this artifact was dropped in Ktor 3.x; content negotiation was already handled via ktor-client-content-negotiation in core.
  • kotest 5.x: Replaced deprecated testCase.displayName with testCase.name.testName throughout examples/common.
  • kotest version skew: core module was pinned to 4.6.2 while all other modules used 5.4.2 — now uniformly 5.9.1.
Original prompt

проанализируй готовность проекта, обновить зависимости.


⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

Agent-Logs-Url: https://github.com/DarkWeird/SeKt/sessions/1aa5d86c-be1f-4919-9241-4ed0edb5414b

Co-authored-by: DarkWeird <2724433+DarkWeird@users.noreply.github.com>
Copilot AI changed the title [WIP] Update project dependencies Bump all dependencies to latest stable versions Mar 28, 2026
Copilot AI requested a review from DarkWeird March 28, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants