File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ dependencies {
113113 implementation ' com.google.code.gson:gson:2.9.1'
114114 implementation ' io.gsonfire:gson-fire:1.9.0'
115115 implementation ' jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
116- implementation ' org.openapitools:jackson-databind-nullable:0.2.6 '
116+ implementation ' org.openapitools:jackson-databind-nullable:0.2.10 '
117117 implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.17.0'
118118 implementation " jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version "
119119 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.3'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
1515 " com.google.code.gson" % " gson" % " 2.9.1" ,
1616 " org.apache.commons" % " commons-lang3" % " 3.17.0" ,
1717 " jakarta.ws.rs" % " jakarta.ws.rs-api" % " 2.1.6" ,
18- " org.openapitools" % " jackson-databind-nullable" % " 0.2.6 " ,
18+ " org.openapitools" % " jackson-databind-nullable" % " 0.2.10 " ,
1919 " io.gsonfire" % " gson-fire" % " 1.9.0" % " compile" ,
2020 " jakarta.annotation" % " jakarta.annotation-api" % " 1.3.5" % " compile" ,
2121 " com.google.code.findbugs" % " jsr305" % " 3.0.2" % " compile" ,
Original file line number Diff line number Diff line change 327327 <okhttp-version >4.12.0</okhttp-version >
328328 <gson-version >2.10.1</gson-version >
329329 <commons-lang3-version >3.17.0</commons-lang3-version >
330- <jackson-databind-nullable-version >0.2.6 </jackson-databind-nullable-version >
330+ <jackson-databind-nullable-version >0.2.10 </jackson-databind-nullable-version >
331331 <jakarta-annotation-version >1.3.5</jakarta-annotation-version >
332332 <beanvalidation-version >2.0.2</beanvalidation-version >
333333 <junit-version >5.10.3</junit-version >
You can’t perform that action at this time.
0 commit comments