From 2c1b78f11893e0f2bf1823d8f3c07021862d3127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:56:21 +0000 Subject: [PATCH] build(deps): bump kotlinx-rpc from 0.10.1 to 0.10.2 Bumps `kotlinx-rpc` from 0.10.1 to 0.10.2. Updates `org.jetbrains.kotlinx:kotlinx-rpc-core` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/Kotlin/kotlinx-rpc/releases) - [Changelog](https://github.com/Kotlin/kotlinx-rpc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-rpc/compare/0.10.1...0.10.2) Updates `org.jetbrains.kotlinx:kotlinx-rpc-krpc-client` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/Kotlin/kotlinx-rpc/releases) - [Changelog](https://github.com/Kotlin/kotlinx-rpc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-rpc/compare/0.10.1...0.10.2) Updates `org.jetbrains.kotlinx:kotlinx-rpc-krpc-server` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/Kotlin/kotlinx-rpc/releases) - [Changelog](https://github.com/Kotlin/kotlinx-rpc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-rpc/compare/0.10.1...0.10.2) Updates `org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-client` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/Kotlin/kotlinx-rpc/releases) - [Changelog](https://github.com/Kotlin/kotlinx-rpc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-rpc/compare/0.10.1...0.10.2) Updates `org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-server` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/Kotlin/kotlinx-rpc/releases) - [Changelog](https://github.com/Kotlin/kotlinx-rpc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-rpc/compare/0.10.1...0.10.2) Updates `org.jetbrains.kotlinx:kotlinx-rpc-krpc-serialization-json` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/Kotlin/kotlinx-rpc/releases) - [Changelog](https://github.com/Kotlin/kotlinx-rpc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-rpc/compare/0.10.1...0.10.2) Updates `org.jetbrains.kotlinx.rpc.plugin` from 0.10.1 to 0.10.2 --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.rpc.plugin dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-rpc-core dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-rpc-krpc-client dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-client dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-server dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-rpc-krpc-serialization-json dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-rpc-krpc-server dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 146edd25..fe7d4fc7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ modelixBuildtools="2.0.2" kotlin = "2.2.21" -kotlinx-rpc = "0.10.1" +kotlinx-rpc = "0.10.2" ktor="3.3.0"