Skip to content

Commit 1a87e3c

Browse files
fix(deps): update dependency org.openapitools:jackson-databind-nullable to v0.2.9 (#76)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6824f05 commit 1a87e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencyResolutionManagement {
3636
library("jackson-databind", "com.fasterxml.jackson.core", "jackson-databind").withoutVersion()
3737
library("jackson-datatype-jsr310", "com.fasterxml.jackson.datatype", "jackson-datatype-jsr310").withoutVersion()
3838

39-
library("jackson-databind-nullable", "org.openapitools", "jackson-databind-nullable").version("0.2.8")
39+
library("jackson-databind-nullable", "org.openapitools", "jackson-databind-nullable").version("0.2.9")
4040
library("jakarta-annotation-api", "jakarta.annotation", "jakarta.annotation-api").versionRef("jakarta-annotation")
4141

4242

0 commit comments

Comments
 (0)