From 4bb111ef66987a981f4434139db98a4a55aa66b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:39:09 +0000 Subject: [PATCH] build(deps): bump com.solanamobile:rpc-okiodriver from 0.2.9 to 0.2.11 Bumps [com.solanamobile:rpc-okiodriver](https://github.com/solana-mobile/rpc-core) from 0.2.9 to 0.2.11. - [Release notes](https://github.com/solana-mobile/rpc-core/releases) - [Commits](https://github.com/solana-mobile/rpc-core/compare/v0.2.9...v0.2.11) --- updated-dependencies: - dependency-name: com.solanamobile:rpc-okiodriver dependency-version: 0.2.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- libs/crypto/solana/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/crypto/solana/build.gradle.kts b/libs/crypto/solana/build.gradle.kts index 722f5f021..4116c074e 100644 --- a/libs/crypto/solana/build.gradle.kts +++ b/libs/crypto/solana/build.gradle.kts @@ -55,8 +55,8 @@ dependencies { implementation("org.sol4k:sol4k:0.5.17") api("com.solanamobile:web3-solana:0.2.5") - api("com.solanamobile:rpc-core:0.2.9") - implementation("com.solanamobile:rpc-okiodriver:0.2.9") + api("com.solanamobile:rpc-core:0.2.11") + implementation("com.solanamobile:rpc-okiodriver:0.2.11") implementation(Libs.hilt) ksp(Libs.hilt_android_compiler)