We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110d4d9 commit 83ed496Copy full SHA for 83ed496
1 file changed
build.gradle
@@ -96,7 +96,7 @@ if (project.hasProperty("signing.keyId")) {
96
dependencies {
97
compile group: 'org.bitcoinj', name: 'bitcoinj-core', version: '0.14.7'
98
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.62'
99
- compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
+ compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
100
compile 'com.google.guava:guava:28.0-jre'
101
102
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.0'
0 commit comments