Skip to content

Commit

Permalink
Merge pull request #91 from boudicca-events/242fdependabot/gradle/org…
Browse files Browse the repository at this point in the history
….openapitools-jackson-databind-nullable-0.2.6

Bump org.openapitools:jackson-databind-nullable from 0.2.1 to 0.2.6
  • Loading branch information
Yolgie authored Oct 6, 2023
2 parents e92187f + 96deda1 commit f3223e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eventdb-openapi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-annotations:$jackson_version")
implementation("com.fasterxml.jackson.core:jackson-databind:$jackson_version")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version")
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")
api(project(":semantic-conventions"))
}
Expand Down
2 changes: 1 addition & 1 deletion search-openapi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-annotations:$jackson_version")
implementation("com.fasterxml.jackson.core:jackson-databind:$jackson_version")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version")
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")
api(project(":semantic-conventions"))
}
Expand Down

0 comments on commit f3223e3

Please sign in to comment.