Skip to content

Commit

Permalink
FABJ-483: Update dependency in test chaincode
Browse files Browse the repository at this point in the history
Update the dependency on com.github.johnrengelman.shadow in the
test chaincode to match a gradle upgrade in the chaincode
container.

Change-Id: I28aa6daccfa2aa61fa44206e3437489511120258
Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
  • Loading branch information
bestbeforetoday committed Sep 22, 2019
1 parent 8f94cb8 commit 8af3374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.github.johnrengelman.shadow' version '2.0.3'
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'java'
}

Expand Down

0 comments on commit 8af3374

Please sign in to comment.