From d456c2dee646d7838e947993880f41379bb85f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:19:54 +0000 Subject: [PATCH] Bump org.bitcoinj:bitcoinj-core from 0.16.4 to 0.16.5 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 31776a7bf9..09a8f013ee 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { - ext.bitcoinVersion ='0.16.4' + ext.bitcoinVersion ='0.16.5' ext.fragmentVersion = '1.8.6' ext.activity_version = '1.10.0' ext.lifecycleVersion = '2.8.7'