Skip to content

Commit c6daf1d

Browse files
committed
updated dependencies
1 parent f63dafc commit c6daf1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66
kotlinVersion = '1.1.1'
77
springBootVersion = '1.5.2.RELEASE'
88
jooqVersion = '3.9.1'
9-
flywayVersion = '4.1.1'
10-
h2Version = '1.4.193'
9+
flywayVersion = '4.1.2'
10+
h2Version = '1.4.194'
1111
swaggerVersion = '2.6.1'
1212
}
1313
repositories {
@@ -50,21 +50,21 @@ dependencies {
5050
compile group: 'org.springframework.boot', name: 'spring-boot-devtools'
5151
compile group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: kotlinVersion
5252
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'
5454
compile group: 'org.jooq', name: 'jooq', version: jooqVersion
5555
compile group: 'org.flywaydb', name: 'flyway-core', version: flywayVersion
5656
compile group: 'com.zaxxer', name: 'HikariCP'
5757
compile group: 'io.jsonwebtoken', name: 'jjwt', version: '0.7.0'
5858
compile group: 'io.springfox', name: 'springfox-swagger2', version: swaggerVersion
5959
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'
6161
runtime group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '1.5.8'
6262
runtime group: 'com.h2database', name: 'h2', version: h2Version
6363
testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test'
6464
testCompile group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: kotlinVersion
6565
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.6.2'
6666
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'
6868
}
6969

7070
flyway {

0 commit comments

Comments
 (0)