We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd85bd commit 5326d85Copy full SHA for 5326d85
client/build.gradle.kts
@@ -18,7 +18,7 @@ dependencies {
18
implementation("com.fasterxml.jackson.core:jackson-core:2.17.2")
19
implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.2")
20
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
21
- implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2")
+ implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2")
22
implementation("org.openapitools:jackson-databind-nullable:0.2.6")
23
implementation("io.mikael:urlbuilder:2.0.9")
24
0 commit comments