@@ -32,10 +32,10 @@ kotlin {
32
32
implementation(" io.vertx:vertx-core:$vertxVersion " )
33
33
implementation(" io.vertx:vertx-codegen:$vertxVersion " )
34
34
implementation(" io.vertx:vertx-service-proxy:$vertxVersion " )
35
- implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.1 " )
35
+ implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2 " )
36
36
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.2" )
37
37
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-guava:2.12.1" )
38
- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.12.1 " )
38
+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.12.2 " )
39
39
implementation(" org.jooq:jooq:3.14.8" )
40
40
}
41
41
}
@@ -48,10 +48,10 @@ kotlin {
48
48
// todo: shouldn't be 2.10.3
49
49
implementation(" com.fasterxml.jackson.core:jackson-core:2.10.3" )
50
50
implementation(" com.fasterxml.jackson.core:jackson-databind:2.10.3" )
51
- implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.3 " )
51
+ implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2 " )
52
52
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.2" )
53
53
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-guava:2.10.3" )
54
- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.10.3 " )
54
+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.12.2 " )
55
55
implementation(" org.jetbrains.kotlin:kotlin-reflect:1.4.31" )
56
56
}
57
57
}
0 commit comments