File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ dependencies {
113113 implementation ' com.google.code.gson:gson:2.8.9'
114114 implementation ' io.gsonfire:gson-fire:1.8.5'
115115 implementation ' org.openapitools:jackson-databind-nullable:0.2.2'
116- implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.12 .0'
116+ implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.18 .0'
117117 implementation group : ' commons-codec' , name : ' commons-codec' , version : ' 1.7'
118118 implementation ' org.threeten:threetenbp:1.6.0'
119119 implementation " jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version "
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.9.3" ,
1414 " com.squareup.okhttp3" % " logging-interceptor" % " 4.9.3" ,
1515 " com.google.code.gson" % " gson" % " 2.8.9" ,
16- " org.apache.commons" % " commons-lang3" % " 3.12 .0" ,
16+ " org.apache.commons" % " commons-lang3" % " 3.18 .0" ,
1717 " org.openapitools" % " jackson-databind-nullable" % " 0.2.2" ,
1818 " org.threeten" % " threetenbp" % " 1.6.0" % " compile" ,
1919 " io.gsonfire" % " gson-fire" % " 1.8.5" % " compile" ,
Original file line number Diff line number Diff line change 336336 <swagger-core-version >1.6.3</swagger-core-version >
337337 <okhttp-version >4.9.3</okhttp-version >
338338 <gson-version >2.8.9</gson-version >
339- <commons-lang3-version >3.12 .0</commons-lang3-version >
339+ <commons-lang3-version >3.18 .0</commons-lang3-version >
340340 <jackson-databind-nullable-version >0.2.2</jackson-databind-nullable-version >
341341 <threetenbp-version >1.6.0</threetenbp-version >
342342 <jakarta-annotation-version >1.3.5</jakarta-annotation-version >
343- <org-json-version >20171018 </org-json-version >
343+ <org-json-version >20231013 </org-json-version >
344344 <junit-version >4.13.2</junit-version >
345345 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
346346 <spotless .version>2.43.0</spotless .version>
You can’t perform that action at this time.
0 commit comments