|
@@ -3,8 +3,8 @@ buildscript {
|
|
|
jcenter()
|
|
|
}
|
|
|
dependencies {
|
|
|
- classpath "io.ratpack:ratpack-gradle:1.5.4"
|
|
|
- classpath "com.github.jengelman.gradle.plugins:shadow:1.2.4"
|
|
|
+ classpath "io.ratpack:ratpack-gradle:1.6.1"
|
|
|
+ classpath "com.github.jengelman.gradle.plugins:shadow:5.0.0"
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -18,16 +18,16 @@ repositories {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- compile 'io.ratpack:ratpack-guice:1.6.0'
|
|
|
- compile 'io.ratpack:ratpack-hikari:1.6.0'
|
|
|
- compile 'io.ratpack:ratpack-handlebars:1.6.0'
|
|
|
- compile 'io.ratpack:ratpack-rx2:1.6.0'
|
|
|
- compile 'io.reactiverse:reactive-pg-client:0.10.9'
|
|
|
- compile 'io.vertx:vertx-rx-java2:3.5.4'
|
|
|
+ compile 'io.ratpack:ratpack-guice:1.6.1'
|
|
|
+ compile 'io.ratpack:ratpack-hikari:1.6.1'
|
|
|
+ compile 'io.ratpack:ratpack-handlebars:1.6.1'
|
|
|
+ compile 'io.ratpack:ratpack-rx2:1.6.1'
|
|
|
+ compile 'io.reactiverse:reactive-pg-client:0.11.3'
|
|
|
+ compile 'io.vertx:vertx-rx-java2:3.7.0'
|
|
|
|
|
|
// Default SLF4J binding. Note that this is a blocking implementation.
|
|
|
// See here for a non blocking appender http://logging.apache.org/log4j/2.x/manual/async.html
|
|
|
- runtime 'org.slf4j:slf4j-simple:1.7.25'
|
|
|
+ runtime 'org.slf4j:slf4j-simple:1.8.0-beta4'
|
|
|
runtime 'org.postgresql:postgresql:42.2.5'
|
|
|
|
|
|
}
|