@@ -6,8 +6,8 @@ buildscript {
6
6
kotlinVersion = ' 1.1.1'
7
7
springBootVersion = ' 1.5.2.RELEASE'
8
8
jooqVersion = ' 3.9.1'
9
- flywayVersion = ' 4.1.1 '
10
- h2Version = ' 1.4.193 '
9
+ flywayVersion = ' 4.1.2 '
10
+ h2Version = ' 1.4.194 '
11
11
swaggerVersion = ' 2.6.1'
12
12
}
13
13
repositories {
@@ -50,21 +50,21 @@ dependencies {
50
50
compile group : ' org.springframework.boot' , name : ' spring-boot-devtools'
51
51
compile group : ' org.jetbrains.kotlin' , name : ' kotlin-stdlib' , version : kotlinVersion
52
52
compile group : ' org.jetbrains.kotlin' , name : ' kotlin-reflect' , version : kotlinVersion
53
- compile group : ' com.fasterxml.jackson.module' , name : ' jackson-module-kotlin' , version : ' 2.8.6 '
53
+ compile group : ' com.fasterxml.jackson.module' , name : ' jackson-module-kotlin' , version : ' 2.8.7 '
54
54
compile group : ' org.jooq' , name : ' jooq' , version : jooqVersion
55
55
compile group : ' org.flywaydb' , name : ' flyway-core' , version : flywayVersion
56
56
compile group : ' com.zaxxer' , name : ' HikariCP'
57
57
compile group : ' io.jsonwebtoken' , name : ' jjwt' , version : ' 0.7.0'
58
58
compile group : ' io.springfox' , name : ' springfox-swagger2' , version : swaggerVersion
59
59
compile group : ' io.springfox' , name : ' springfox-swagger-ui' , version : swaggerVersion
60
- compile group : ' com.github.ulisesbocchio' , name : ' jasypt-spring-boot-starter' , version : ' 1.11 '
60
+ compile group : ' com.github.ulisesbocchio' , name : ' jasypt-spring-boot-starter' , version : ' 1.12 '
61
61
runtime group : ' org.mariadb.jdbc' , name : ' mariadb-java-client' , version : ' 1.5.8'
62
62
runtime group : ' com.h2database' , name : ' h2' , version : h2Version
63
63
testCompile group : ' org.springframework.boot' , name : ' spring-boot-starter-test'
64
64
testCompile group : ' org.jetbrains.kotlin' , name : ' kotlin-test-junit' , version : kotlinVersion
65
65
testCompile group : ' org.assertj' , name : ' assertj-core' , version : ' 3.6.2'
66
66
testCompile group : ' com.nhaarman' , name : ' mockito-kotlin' , version : ' 1.1.0'
67
- testCompile group : ' com.beust' , name : ' klaxon' , version : ' 0.27 '
67
+ testCompile group : ' com.beust' , name : ' klaxon' , version : ' 0.31 '
68
68
}
69
69
70
70
flyway {
0 commit comments