forked from loafle/openapi-generator-original
update jackson-databind-nullable to 0.2.2 (#11121)
This commit is contained in:
@@ -20,7 +20,7 @@ lazy val root = (project in file(".")).
|
||||
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.13.0" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.0" % "compile",
|
||||
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.13.0" % "compile",
|
||||
"org.openapitools" % "jackson-databind-nullable" % "0.2.1" % "compile",
|
||||
"org.openapitools" % "jackson-databind-nullable" % "0.2.2" % "compile",
|
||||
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
|
||||
"junit" % "junit" % "4.13.2" % "test",
|
||||
"com.novocode" % "junit-interface" % "0.10" % "test"
|
||||
|
||||
Reference in New Issue
Block a user