Skip to content

Commit

Permalink
Bump org.openapitools:jackson-databind-nullable from 0.2.1 to 0.2.6 (#…
Browse files Browse the repository at this point in the history
…596)

Bumps [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) from 0.2.1 to 0.2.6.
- [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases)
- [Commits](OpenAPITools/jackson-databind-nullable@jackson-databind-nullable-0.2.1...v0.2.6)

---
updated-dependencies:
- dependency-name: org.openapitools:jackson-databind-nullable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 12, 2024
1 parent 4771698 commit d812d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation(libs.jackson.annotations)
implementation(libs.jackson.bind)
implementation(libs.jackson.datatype)
implementation "org.openapitools:jackson-databind-nullable:0.2.1"
implementation "org.openapitools:jackson-databind-nullable:0.2.6"
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
}

Expand Down

0 comments on commit d812d41

Please sign in to comment.