Update okhttp3 to 4.12.0 (#18235)

This commit is contained in:
Harry Devane
2024-03-26 13:44:43 +00:00
committed by GitHub
parent ee69a7983a
commit 6690b9f87d
26 changed files with 52 additions and 52 deletions

View File

@@ -108,8 +108,8 @@ ext {
dependencies {
implementation 'io.swagger:swagger-annotations:1.6.8'
implementation "com.google.code.findbugs:jsr305:3.0.2"
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'io.gsonfire:gson-fire:1.9.0'
implementation 'javax.ws.rs:jsr311-api:1.1.1'