Skip to content

Commit

Permalink
BATM-410 update rescu lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanak-generalbytes committed Mar 21, 2018
1 parent f7a6f95 commit 7ca160d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dependencySubstitutions.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
substitute from: 'org.slf4j:slf4j-api:1.7.21', toVersion: '1.7.25'
substitute from: 'org.slf4j:slf4j-api:1.7.21', toVersion: '1.7.25'
substitute from: 'com.github.mmazi:rescu:1.9.0', toVersion: '1.9.1'
2 changes: 1 addition & 1 deletion server_extensions_extra/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
compile(group: 'com.azazar', name: 'bitcoin-json-rpc-client', version: '1.0')
compile(group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25')
compile(group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25')
compile(group: 'com.github.mmazi', name: 'rescu', version: '1.9.0')
compile(group: 'com.github.mmazi', name: 'rescu', version: '1.9.1')
compile(group: 'javax.ws.rs', name: 'javax.ws.rs-api', version: '2.0.1')
compile(group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.8.0')
compile(group: 'org.knowm.xchange', name: 'xchange-core', version: '4.2.1')
Expand Down

0 comments on commit 7ca160d

Please sign in to comment.