forked from loafle/openapi-generator-original
Update okhttp3 to 4.12.0 (#18235)
This commit is contained in:
parent
ee69a7983a
commit
6690b9f87d
@ -112,8 +112,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
@ -108,8 +108,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
@ -108,8 +108,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
@ -108,8 +108,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
@ -108,8 +108,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
@ -108,8 +108,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
@ -108,8 +108,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
@ -108,8 +108,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
@ -108,8 +108,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
@ -108,8 +108,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
@ -108,8 +108,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
@ -108,8 +108,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
@ -108,8 +108,8 @@ ext {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger:swagger-annotations:1.6.8'
|
implementation 'io.swagger:swagger-annotations:1.6.8'
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||||
implementation 'com.google.code.gson:gson:2.9.1'
|
implementation 'com.google.code.gson:gson:2.9.1'
|
||||||
implementation 'io.gsonfire:gson-fire:1.9.0'
|
implementation 'io.gsonfire:gson-fire:1.9.0'
|
||||||
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
implementation 'javax.ws.rs:jsr311-api:1.1.1'
|
||||||
|
@ -10,8 +10,8 @@ lazy val root = (project in file(".")).
|
|||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.swagger" % "swagger-annotations" % "1.6.5",
|
"io.swagger" % "swagger-annotations" % "1.6.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
|
||||||
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
|
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
|
||||||
"com.google.code.gson" % "gson" % "2.9.1",
|
"com.google.code.gson" % "gson" % "2.9.1",
|
||||||
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
"org.apache.commons" % "commons-lang3" % "3.12.0",
|
||||||
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
"javax.ws.rs" % "jsr311-api" % "1.1.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user