File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ 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
38
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.12.1" )
@@ -47,8 +47,8 @@ kotlin {
47
47
implementation(project(" :protocol" ))
48
48
// todo: shouldn't be 2.10.3
49
49
implementation(" com.fasterxml.jackson.core:jackson-core:2.10.3" )
50
- implementation(" com.fasterxml.jackson.core:jackson-databind:2.10.3 " )
51
- implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.3 " )
50
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.12.2 " )
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
54
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.10.3" )
You can’t perform that action at this time.
0 commit comments