Skip to content

Commit

Permalink
updated unirest version and removes org.json dependency
Browse files Browse the repository at this point in the history
resolves JabRef#3703
[dependency fix in unirest](Kong/unirest-java#311)
  • Loading branch information
Johannes Hupe committed Oct 28, 2019
1 parent eecbb0e commit 0d9fa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ dependencies {
compile 'org.controlsfx:controlsfx:11.0.0'

compile 'org.jsoup:jsoup:1.12.1'
compile ('com.konghq:unirest-java:3.1.03')
compile 'com.konghq:unirest-java:3.1.03'

compile 'org.slf4j:slf4j-api:2.0.0-alpha1'
compile group: 'org.apache.logging.log4j', name: 'log4j-jcl', version: '3.0.0-SNAPSHOT'
Expand Down

0 comments on commit 0d9fa0a

Please sign in to comment.