Skip to content

Commit cc0eea0

Browse files
chore(deps): bump org.openapitools:jackson-databind-nullable (#218)
Bumps the dependencies group in /examples/basic-examples with 1 update: [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable). Updates `org.openapitools:jackson-databind-nullable` from 0.2.6 to 0.2.7 - [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases) - [Commits](OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: org.openapitools:jackson-databind-nullable dependency-version: 0.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38f94be commit cc0eea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic-examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
3131
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
3232
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion")
33-
implementation("org.openapitools:jackson-databind-nullable:0.2.6")
33+
implementation("org.openapitools:jackson-databind-nullable:0.2.7")
3434

3535
// Kotlin
3636
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"

0 commit comments

Comments
 (0)