Bump Jackson to 2.19.2 and databind-nullable to 0.2.7 (#22017)

This commit is contained in:
Tilman Holube
2025-09-24 07:49:19 +02:00
committed by GitHub
parent fe6da71327
commit 75804e4e31
276 changed files with 588 additions and 588 deletions

View File

@@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
"com.google.code.gson" % "gson" % "2.9.1",
"org.apache.commons" % "commons-lang3" % "3.18.0",
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
"org.openapitools" % "jackson-databind-nullable" % "0.2.6",
"org.openapitools" % "jackson-databind-nullable" % "0.2.7",
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.2",
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",