forked from loafle/openapi-generator-original
Bump feign version to 13.5 from 10.12. (#20849)
This commit is contained in:
parent
8ead4b6e3f
commit
7d9e1ecc22
@ -110,7 +110,7 @@ ext {
|
||||
jackson_databind_nullable_version = "0.2.6"
|
||||
{{/openApiNullable}}
|
||||
jakarta_annotation_version = "1.3.5"
|
||||
feign_version = "10.12"
|
||||
feign_version = "13.5"
|
||||
feign_form_version = "3.8.0"
|
||||
junit_version = "5.7.0"
|
||||
scribejava_version = "8.0.0"
|
||||
|
@ -11,13 +11,13 @@ lazy val root = (project in file(".")).
|
||||
libraryDependencies ++= Seq(
|
||||
"io.swagger" % "swagger-annotations" % "1.6.11" % "compile",
|
||||
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
|
||||
"io.github.openfeign" % "feign-core" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-core" % "13.5" % "compile",
|
||||
{{#jackson}}
|
||||
"io.github.openfeign" % "feign-jackson" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-jackson" % "13.5" % "compile",
|
||||
{{/jackson}}
|
||||
"io.github.openfeign" % "feign-slf4j" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-slf4j" % "13.5" % "compile",
|
||||
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
|
||||
"io.github.openfeign" % "feign-okhttp" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-okhttp" % "13.5" % "compile",
|
||||
{{#jackson}}
|
||||
"com.fasterxml.jackson.core" % "jackson-core" % "2.17.1" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.17.1" % "compile",
|
||||
|
@ -104,7 +104,7 @@ ext {
|
||||
swagger_annotations_version = "1.6.11"
|
||||
jackson_databind_nullable_version = "0.2.6"
|
||||
jakarta_annotation_version = "1.3.5"
|
||||
feign_version = "10.12"
|
||||
feign_version = "13.5"
|
||||
feign_form_version = "3.8.0"
|
||||
junit_version = "5.7.0"
|
||||
scribejava_version = "8.0.0"
|
||||
|
@ -11,10 +11,10 @@ lazy val root = (project in file(".")).
|
||||
libraryDependencies ++= Seq(
|
||||
"io.swagger" % "swagger-annotations" % "1.6.11" % "compile",
|
||||
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
|
||||
"io.github.openfeign" % "feign-core" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-slf4j" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-core" % "13.5" % "compile",
|
||||
"io.github.openfeign" % "feign-slf4j" % "13.5" % "compile",
|
||||
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
|
||||
"io.github.openfeign" % "feign-okhttp" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-okhttp" % "13.5" % "compile",
|
||||
"com.github.scribejava" % "scribejava-core" % "8.0.0" % "compile",
|
||||
"com.brsanthu" % "migbase64" % "2.2" % "compile",
|
||||
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
|
||||
|
@ -105,7 +105,7 @@ ext {
|
||||
jackson_version = "2.17.1"
|
||||
jackson_databind_version = "2.17.1"
|
||||
jakarta_annotation_version = "1.3.5"
|
||||
feign_version = "10.12"
|
||||
feign_version = "13.5"
|
||||
feign_form_version = "3.8.0"
|
||||
junit_version = "5.7.0"
|
||||
scribejava_version = "8.0.0"
|
||||
|
@ -11,11 +11,11 @@ lazy val root = (project in file(".")).
|
||||
libraryDependencies ++= Seq(
|
||||
"io.swagger" % "swagger-annotations" % "1.6.11" % "compile",
|
||||
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
|
||||
"io.github.openfeign" % "feign-core" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-jackson" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-slf4j" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-core" % "13.5" % "compile",
|
||||
"io.github.openfeign" % "feign-jackson" % "13.5" % "compile",
|
||||
"io.github.openfeign" % "feign-slf4j" % "13.5" % "compile",
|
||||
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
|
||||
"io.github.openfeign" % "feign-okhttp" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-okhttp" % "13.5" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-core" % "2.17.1" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.17.1" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1" % "compile",
|
||||
|
@ -106,7 +106,7 @@ ext {
|
||||
jackson_databind_version = "2.17.1"
|
||||
jackson_databind_nullable_version = "0.2.6"
|
||||
jakarta_annotation_version = "1.3.5"
|
||||
feign_version = "10.12"
|
||||
feign_version = "13.5"
|
||||
feign_form_version = "3.8.0"
|
||||
junit_version = "5.7.0"
|
||||
scribejava_version = "8.0.0"
|
||||
|
@ -11,11 +11,11 @@ lazy val root = (project in file(".")).
|
||||
libraryDependencies ++= Seq(
|
||||
"io.swagger" % "swagger-annotations" % "1.6.11" % "compile",
|
||||
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
|
||||
"io.github.openfeign" % "feign-core" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-jackson" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-slf4j" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-core" % "13.5" % "compile",
|
||||
"io.github.openfeign" % "feign-jackson" % "13.5" % "compile",
|
||||
"io.github.openfeign" % "feign-slf4j" % "13.5" % "compile",
|
||||
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
|
||||
"io.github.openfeign" % "feign-okhttp" % "10.12" % "compile",
|
||||
"io.github.openfeign" % "feign-okhttp" % "13.5" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-core" % "2.17.1" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.17.1" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1" % "compile",
|
||||
|
Loading…
x
Reference in New Issue
Block a user