From fcbed8795fc079757700e6670ad6a27adc0da1d3 Mon Sep 17 00:00:00 2001 From: zeroleak Date: Wed, 20 Mar 2024 15:24:42 +0100 Subject: [PATCH] upgrade whirlpool-client 1.0.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a93ebeb1..8cafd170 100644 --- a/build.gradle +++ b/build.gradle @@ -124,8 +124,8 @@ dependencies { exclude group: 'org.slf4j' } implementation('com.sparrowwallet.bokmakierie:bokmakierie:1.0') - implementation('io.samourai.code.whirlpool:whirlpool-client:1.0.0-beta23') - implementation('io.samourai.code.wallet:java-http-client:2.0.0-beta8') + implementation('io.samourai.code.whirlpool:whirlpool-client:1.0.1') + implementation('io.samourai.code.wallet:java-http-client:2.0.0') implementation('io.reactivex.rxjava2:rxjava:2.2.15') implementation('io.reactivex.rxjava2:rxjavafx:2.2.2') implementation('org.apache.commons:commons-lang3:3.7')