mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 23:07:12 +00:00
update databind to newer version
This commit is contained in:
@@ -12,9 +12,9 @@ lazy val root = (project in file(".")).
|
||||
"io.swagger" % "swagger-annotations" % "1.5.22",
|
||||
"com.google.api-client" % "google-api-client" % "1.23.0",
|
||||
"org.glassfish.jersey.core" % "jersey-common" % "2.25.1",
|
||||
"com.fasterxml.jackson.core" % "jackson-core" % "2.12.6.1" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-core" % "2.13.4.1" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.10.1" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-databind" % "2.12.6.1" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.1" % "compile",
|
||||
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.10" % "compile",
|
||||
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
|
||||
"junit" % "junit" % "4.13.2" % "test",
|
||||
|
||||
@@ -269,7 +269,7 @@
|
||||
<google-api-client-version>1.32.2</google-api-client-version>
|
||||
<jersey-common-version>2.25.1</jersey-common-version>
|
||||
<jackson-version>2.12.5</jackson-version>
|
||||
<jackson-databind-version>2.12.6.1</jackson-databind-version>
|
||||
<jackson-databind-version>2.13.4.1</jackson-databind-version>
|
||||
<jackson-databind-nullable-version>0.2.3</jackson-databind-nullable-version>
|
||||
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
|
||||
<maven-plugin-version>1.0.0</maven-plugin-version>
|
||||
|
||||
Reference in New Issue
Block a user