From c08221d032d0b72e8c0e282677d187beac5e0506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:25:24 +0000 Subject: [PATCH] build(deps): bump org.sol4k:sol4k from 0.5.17 to 0.8.1 Bumps [org.sol4k:sol4k](https://github.com/sol4k/sol4k) from 0.5.17 to 0.8.1. - [Release notes](https://github.com/sol4k/sol4k/releases) - [Commits](https://github.com/sol4k/sol4k/compare/0.5.17...0.8.1) --- updated-dependencies: - dependency-name: org.sol4k:sol4k dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- libs/crypto/solana/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/crypto/solana/build.gradle.kts b/libs/crypto/solana/build.gradle.kts index a1114b89a..c1beb13f8 100644 --- a/libs/crypto/solana/build.gradle.kts +++ b/libs/crypto/solana/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation(libs.okhttp) implementation(libs.okhttp.logging.interceptor) - implementation("org.sol4k:sol4k:0.5.17") + implementation("org.sol4k:sol4k:0.8.1") api("com.solanamobile:web3-solana:0.2.5") api("com.solanamobile:rpc-core:0.2.9") implementation("com.solanamobile:rpc-okiodriver:0.2.9")