From 8db45241092243251ad75dd69c069d035f34575a Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Sat, 24 Aug 2024 19:46:37 -0700 Subject: [PATCH] bitcoinj 0.17-beta1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f47e1ec7..16bc96d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ consensusjVersion = 0.7.0-SNAPSHOT -bitcoinjVersion = 0.17-alpha5 +bitcoinjVersion = 0.17-beta1 rxJavaVersion = 3.1.9 groovyVersion = 4.0.22 junitJupiterVersion = 5.10.0