Skip to content

Commit b747000

Browse files
committed
updated dependencies
1 parent 282109f commit b747000

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ version = "1.3.0"
1111
dependencies {
1212
implementation "io.swagger:swagger-annotations:1.6.6"
1313
implementation "com.google.code.findbugs:jsr305:3.0.2"
14-
implementation "com.fasterxml.jackson.core:jackson-core:2.13.4"
15-
implementation "com.fasterxml.jackson.core:jackson-annotations:2.13.4"
16-
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.4.1"
17-
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4"
14+
implementation "com.fasterxml.jackson.core:jackson-core:2.16.0"
15+
implementation "com.fasterxml.jackson.core:jackson-annotations:2.16.0"
16+
implementation "com.fasterxml.jackson.core:jackson-databind:2.16.0"
17+
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0"
1818
implementation "org.openapitools:jackson-databind-nullable:0.2.3"
1919
implementation "io.mikael:urlbuilder:2.0.9"
2020

0 commit comments

Comments
 (0)