Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
michel-kraemer committed Nov 12, 2016
1 parent e44dc15 commit 909d161
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -24,9 +24,9 @@ tasks.withType(JavaCompile) {
}

dependencies {
testCompile 'com.fasterxml.jackson.core:jackson-databind:2.8.1'
testCompile 'com.fasterxml.jackson.core:jackson-databind:2.8.4'
testCompile 'commons-io:commons-io:2.5'
testCompile 'junit:junit:4.11'
testCompile 'junit:junit:4.12'
}

jar {
Expand Down
6 changes: 3 additions & 3 deletions examples/build.gradle
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
compile rootProject
compile 'io.reactivex:rxjava:1.1.9'
compile 'io.vertx:vertx-core:3.3.2'
compile 'io.vertx:vertx-rx-java:3.3.2'
compile 'io.reactivex:rxjava:1.2.2'
compile 'io.vertx:vertx-core:3.3.3'
compile 'io.vertx:vertx-rx-java:3.3.3'
}

0 comments on commit 909d161

Please sign in to comment.