Update jackson nullable version to newer version v0.2.6 (#14823)

* update jackson nullable to newer version

* update samples

* update samples

* update samples
This commit is contained in:
William Cheng
2023-02-27 18:38:31 +08:00
committed by GitHub
parent 07f1d2d51c
commit a4b5b85067
165 changed files with 165 additions and 165 deletions

View File

@@ -16,7 +16,7 @@ lazy val root = (project in file(".")).
"org.apache.commons" % "commons-lang3" % "3.12.0",
"javax.ws.rs" % "jsr311-api" % "1.1.1",
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1",
"org.openapitools" % "jackson-databind-nullable" % "0.2.4",
"org.openapitools" % "jackson-databind-nullable" % "0.2.6",
"io.gsonfire" % "gson-fire" % "1.8.5" % "compile",
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",