forked from loafle/openapi-generator-original
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:
@@ -114,7 +114,7 @@ dependencies {
|
||||
implementation 'io.gsonfire:gson-fire:1.8.5'
|
||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||
implementation 'javax.ws.rs:javax.ws.rs-api:2.1.1'
|
||||
implementation 'org.openapitools:jackson-databind-nullable:0.2.4'
|
||||
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
|
||||
implementation group: 'org.apache.oltu.oauth2', name: 'org.apache.oltu.oauth2.client', version: '1.0.2'
|
||||
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
|
||||
implementation 'io.swagger.parser.v3:swagger-parser-v3:2.0.30'
|
||||
|
||||
@@ -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",
|
||||
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.2",
|
||||
"io.swagger.parser.v3" % "swagger-parser-v3" "2.0.30" % "compile"
|
||||
"io.gsonfire" % "gson-fire" % "1.8.5" % "compile",
|
||||
|
||||
@@ -350,7 +350,7 @@
|
||||
<okhttp-version>4.10.0</okhttp-version>
|
||||
<gson-version>2.9.1</gson-version>
|
||||
<commons-lang3-version>3.12.0</commons-lang3-version>
|
||||
<jackson-databind-nullable-version>0.2.4</jackson-databind-nullable-version>
|
||||
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
|
||||
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
|
||||
<junit-version>5.9.1</junit-version>
|
||||
<junit-platform-runner.version>1.9.1</junit-platform-runner.version>
|
||||
|
||||
Reference in New Issue
Block a user