File tree Expand file tree Collapse file tree
samples/client/petstore/java/okhttp-gson-3.1-duplicated-operationid Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ dependencies {
115115 implementation ' jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
116116 implementation ' org.openapitools:jackson-databind-nullable:0.2.6'
117117 implementation group : ' org.apache.oltu.oauth2' , name : ' org.apache.oltu.oauth2.client' , version : ' 1.0.2'
118- implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.12 .0'
118+ implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.17 .0'
119119 implementation " jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version "
120120 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.3'
121121 testImplementation ' org.mockito:mockito-core:3.12.4'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ lazy val root = (project in file(".")).
1313 " com.squareup.okhttp3" % " okhttp" % " 4.12.0" ,
1414 " com.squareup.okhttp3" % " logging-interceptor" % " 4.12.0" ,
1515 " com.google.code.gson" % " gson" % " 2.9.1" ,
16- " org.apache.commons" % " commons-lang3" % " 3.12 .0" ,
16+ " org.apache.commons" % " commons-lang3" % " 3.17 .0" ,
1717 " jakarta.ws.rs" % " jakarta.ws.rs-api" % " 2.1.6" ,
1818 " org.openapitools" % " jackson-databind-nullable" % " 0.2.6" ,
1919 " org.apache.oltu.oauth2" % " org.apache.oltu.oauth2.client" % " 1.0.2" ,
Original file line number Diff line number Diff line change 331331 <gson-fire-version >1.9.0</gson-fire-version >
332332 <okhttp-version >4.12.0</okhttp-version >
333333 <gson-version >2.10.1</gson-version >
334- <commons-lang3-version >3.14 .0</commons-lang3-version >
334+ <commons-lang3-version >3.17 .0</commons-lang3-version >
335335 <jackson-databind-nullable-version >0.2.6</jackson-databind-nullable-version >
336336 <jakarta-annotation-version >1.3.5</jakarta-annotation-version >
337337 <beanvalidation-version >2.0.2</beanvalidation-version >
You can’t perform that action at this time.
0 commit comments