File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,18 +106,18 @@ ext {
106106}
107107
108108dependencies {
109- implementation ' io.swagger:swagger-annotations:1.6.14 '
109+ implementation ' io.swagger:swagger-annotations:1.6.16 '
110110 implementation " com.google.code.findbugs:jsr305:3.0.2"
111111 implementation ' com.squareup.okhttp3:okhttp:4.12.0'
112112 implementation ' com.squareup.okhttp3:logging-interceptor:4.12.0'
113- implementation ' com.google.code.gson:gson:2.11.0 '
113+ implementation ' com.google.code.gson:gson:2.13.2 '
114114 implementation ' io.gsonfire:gson-fire:1.9.0'
115115 implementation ' jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'
116- implementation ' org.openapitools:jackson-databind-nullable:0.2.6 '
116+ implementation ' org.openapitools:jackson-databind-nullable:0.2.8 '
117117 implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.20.0'
118118 implementation " jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version "
119119 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
120- testImplementation ' org.mockito:mockito-core:5.14.2 '
120+ testImplementation ' org.mockito:mockito-core:5.21.0 '
121121 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4'
122122}
123123
Original file line number Diff line number Diff line change 325325 <maven .compiler.target>${java.version} </maven .compiler.target>
326326 <gson-fire-version >1.9.0</gson-fire-version >
327327 <okhttp-version >4.12.0</okhttp-version >
328- <gson-version >2.11.0 </gson-version >
328+ <gson-version >2.13.2 </gson-version >
329329 <commons-lang3-version >3.20.0</commons-lang3-version >
330- <jackson-databind-nullable-version >0.2.6 </jackson-databind-nullable-version >
330+ <jackson-databind-nullable-version >0.2.8 </jackson-databind-nullable-version >
331331 <jakarta-annotation-version >3.0.0</jakarta-annotation-version >
332332 <beanvalidation-version >2.0.2</beanvalidation-version >
333333 <junit-version >5.11.4</junit-version >
You can’t perform that action at this time.
0 commit comments