Skip to content

Commit

Permalink
Update btcd-cli4j to fb933fd
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarguindzberg committed May 30, 2019
1 parent 3e7fe90 commit 1a5cf2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ configure(project(':core')) {
compile project(':p2p')
compile "net.sf.jopt-simple:jopt-simple:$joptVersion"
compile "com.google.guava:guava:$guavaVersion"
compile('network.bisq.btcd-cli4j:btcd-cli4j-core:065d3786') {
compile('network.bisq.btcd-cli4j:btcd-cli4j-core:fb933fd') {
exclude(module: 'guava')
exclude(module: 'slf4j-api')
exclude(module: 'httpclient')
Expand All @@ -232,7 +232,7 @@ configure(project(':core')) {
exclude(module: 'jackson-annotations')
exclude(module: 'jackson-databind')
}
compile('network.bisq.btcd-cli4j:btcd-cli4j-daemon:065d3786') {
compile('network.bisq.btcd-cli4j:btcd-cli4j-daemon:fb933fd') {
exclude(module: 'guava')
exclude(module: 'slf4j-api')
exclude(module: 'httpclient')
Expand Down
5 changes: 2 additions & 3 deletions gradle/witness/gradle-witness.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencyVerification {
'org.apache.httpcomponents:httpclient:db3d1b6c2d6a5e5ad47577ad61854e2f0e0936199b8e05eb541ed52349263135',
'net.sf.jopt-simple:jopt-simple:6f45c00908265947c39221035250024f2caec9a15c1c8cf553ebeecee289f342',
'org.fxmisc.easybind:easybind:666af296dda6de68751668a62661571b5238ac6f1c07c8a204fc6f902b222aaf',
'network.bisq.btcd-cli4j:btcd-cli4j-daemon:c007116da1b0145ddee64bb3a54fef60d58ce5c3dcf27773f39471117be8f132',
'network.bisq.btcd-cli4j:btcd-cli4j-core:b1d0525f3629bad358ad4a40ea3be998220110331d4b9d24e76d7894e563a595',
'network.bisq.btcd-cli4j:btcd-cli4j-daemon:f38c08190cb7d2b1276128b1b787b0990d3e3bbc0d0de7fb640d63598b6e6a3e',
'network.bisq.btcd-cli4j:btcd-cli4j-core:2a91ad88efb361c8090cb256ed4c1a562e30bee6e087b3f8f9d4d23ebe4d0711',
'com.fasterxml.jackson.core:jackson-databind:fcf3c2b0c332f5f54604f7e27fa7ee502378a2cc5df6a944bbfae391872c32ff',
'com.fasterxml.jackson.core:jackson-core:39a74610521d7fb9eb3f437bb8739bbf47f6435be12d17bf954c731a0c6352bb',
'com.fasterxml.jackson.core:jackson-annotations:2566b3a6662afa3c6af4f5b25006cb46be2efc68f1b5116291d6998a8cdf7ed3',
Expand Down Expand Up @@ -84,4 +84,3 @@ dependencyVerification {
'org.jetbrains.kotlin:kotlin-stdlib-common:4b161ef619eee0d1a49b1c4f0c4a8e46f4e342573efd8e0106a765f47475fe39',
]
}

0 comments on commit 1a5cf2e

Please sign in to comment.