From 40d0b878c6db1bb92172d909421a5d3c3928f5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:11:09 +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: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-server 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.rpc.plugin 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 c475fe60..fde4e1f1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ kotlin-rpc = { id = "org.jetbrains.kotlinx.rpc.plugin", version.ref = "kotlinx-r modelixCore = "18.6.1" modelixBuildtools="2.0.1" kotlin = "2.2.21" -kotlinx-rpc = "0.10.1" +kotlinx-rpc = "0.10.2" ktor="3.3.0" [libraries]