@@ -143,23 +143,23 @@ ext {
143
143
}
144
144
145
145
dependencies {
146
- implementation ' io.swagger:swagger-annotations:1.6.5 '
146
+ implementation ' io.swagger:swagger-annotations:1.6.14 '
147
147
implementation " com.google.code.findbugs:jsr305:3.0.2"
148
- implementation ' com.squareup.okhttp3:okhttp:4.9.3 '
149
- implementation ' com.squareup.okhttp3:logging-interceptor:4.9.3 '
150
- implementation ' com.google.code.gson:gson:2.9 .0'
151
- implementation ' io.gsonfire:gson-fire:1.8.5 '
148
+ implementation ' com.squareup.okhttp3:okhttp:4.12.0 '
149
+ implementation ' com.squareup.okhttp3:logging-interceptor:4.12.0 '
150
+ implementation ' com.google.code.gson:gson:2.11 .0'
151
+ implementation ' io.gsonfire:gson-fire:1.9.0 '
152
152
implementation ' javax.ws.rs:jsr311-api:1.1.1'
153
153
implementation ' javax.ws.rs:javax.ws.rs-api:2.1.1'
154
- implementation ' org.openapitools:jackson-databind-nullable:0.2.3 '
154
+ implementation ' org.openapitools:jackson-databind-nullable:0.2.6 '
155
155
implementation group : ' org.apache.oltu.oauth2' , name : ' org.apache.oltu.oauth2.client' , version : ' 1.0.1'
156
- implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.12 .0'
156
+ implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.14 .0'
157
157
implementation " jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version "
158
158
implementation group : ' org.apache.arrow' , name : ' arrow-vector' , version : ' 9.0.0'
159
159
implementation group : ' org.apache.arrow' , name : ' arrow-compression' , version : ' 9.0.0'
160
160
implementation group : ' org.apache.arrow' , name : ' arrow-memory-unsafe' , version : ' 9.0.0'
161
161
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2'
162
- testImplementation ' org.mockito:mockito-core:3 .12.4 '
162
+ testImplementation ' org.mockito:mockito-core:5 .12.0 '
163
163
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.2'
164
164
testImplementation ' junit:junit:4.13.1'
165
165
}
0 commit comments