Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #38 from openEHR/update_deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
pieterbos authored Jun 27, 2018
2 parents 0846a7f + bc1d07e commit 75400f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@ subprojects {
}

ext.reflectionsVersion = '0.9.11'
ext.jacksonVersion = '2.9.2'
ext.jacksonVersion = '2.9.6'

dependencies {
compile 'org.slf4j:slf4j-api:1.7.21'
compile 'org.slf4j:slf4j-api:1.7.25'

compile "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
compile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
compile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}"

compile 'com.google.guava:guava:23.2-jre'
compile 'com.google.guava:guava:25.1-jre'

compile "org.reflections:reflections:${reflectionsVersion}"
compile 'com.esotericsoftware:kryo:4.0.1' //for easy and relatively fast object cloning
compile 'com.esotericsoftware:kryo:4.0.2' //for easy and relatively fast object cloning

compile('commons-io:commons-io:2.4'){
compile('commons-io:commons-io:2.6'){
exclude group: 'commons-logging', module: 'commons-logging'
}
compile('commons-lang:commons-lang:2.6')
Expand Down

0 comments on commit 75400f9

Please sign in to comment.