Refactor Utility methods and migrate to OkHttp (#179)

This commit is contained in:
Kavin 2022-02-02 21:05:22 +00:00 committed by GitHub
parent b2cf84b41f
commit c07cf5fd1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 276 additions and 390 deletions

View file

@ -38,6 +38,9 @@ dependencies {
implementation 'com.zaxxer:HikariCP:5.0.1'
implementation 'org.springframework.security:spring-security-crypto:5.6.1'
implementation 'commons-logging:commons-logging:1.2'
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.3"))
implementation("com.squareup.okhttp3:okhttp")
implementation("com.squareup.okhttp3:okhttp-brotli")
}
shadowJar {