From ddc3541804eff48dd08e1c0a98defda5af715886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:44:42 -0700 Subject: [PATCH] chore(deps): bump org.bitcoinj:bitcoinj-core (#1093) Bumps [org.bitcoinj:bitcoinj-core](https://github.com/bitcoinj/bitcoinj) from 0.16.4 to 0.16.5. - [Release notes](https://github.com/bitcoinj/bitcoinj/releases) - [Commits](https://github.com/bitcoinj/bitcoinj/compare/v0.16.4...v0.16.5) --- updated-dependencies: - dependency-name: org.bitcoinj:bitcoinj-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/example-clientlib-ktx-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example-clientlib-ktx-app/app/build.gradle b/examples/example-clientlib-ktx-app/app/build.gradle index 630d5462..4c3e32b4 100644 --- a/examples/example-clientlib-ktx-app/app/build.gradle +++ b/examples/example-clientlib-ktx-app/app/build.gradle @@ -82,7 +82,7 @@ dependencies { implementation 'com.solanamobile:rpc-core:0.2.8' implementation 'com.solanamobile:rpc-solana:0.2.8' implementation 'com.solanamobile:rpc-ktordriver:0.2.8' - implementation 'org.bitcoinj:bitcoinj-core:0.16.4' + implementation 'org.bitcoinj:bitcoinj-core:0.16.5' implementation 'com.squareup.okhttp3:okhttp:4.12.0' testImplementation 'junit:junit:4.13.2'