We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5837ffc commit 08cd376Copy full SHA for 08cd376
client/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
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"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.13.4.1"
17
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4"
18
implementation "org.openapitools:jackson-databind-nullable:0.2.3"
19
implementation "io.mikael:urlbuilder:2.0.9"
0 commit comments