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 38f94be commit cc0eea0Copy full SHA for cc0eea0
examples/basic-examples/build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
31
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
32
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion")
33
- implementation("org.openapitools:jackson-databind-nullable:0.2.6")
+ implementation("org.openapitools:jackson-databind-nullable:0.2.7")
34
35
// Kotlin
36
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
0 commit comments