Skip to content

Commit

Permalink
Adjusted all simple JSON library versions to be the same.
Browse files Browse the repository at this point in the history
Signed-off-by: kukgini <[email protected]>
  • Loading branch information
kukgini committed Feb 16, 2020
1 parent 469b742 commit 5cbcdba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
<version>20180130</version>
</dependency>
<dependency>
<groupId>org.hyperledger</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vcx/wrappers/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.5'
implementation 'net.sourceforge.streamsupport:android-retrofuture:1.6.2'
implementation group: 'net.sourceforge.streamsupport', name: 'android-retrostreams', version: '1.6.2'
implementation group: 'org.json', name: 'json', version: '20160810'
implementation group: 'org.json', name: 'json', version: '20180130'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.1.0'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.1.0'
Expand Down

0 comments on commit 5cbcdba

Please sign in to comment.