Bump feign version to 13.5 from 10.12. (#20849)

This commit is contained in:
Josh Keighley 2025-03-12 08:35:36 +00:00 committed by GitHub
parent 8ead4b6e3f
commit 7d9e1ecc22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 19 additions and 19 deletions

View File

@ -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"

View File

@ -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",

View File

@ -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"

View File

@ -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",

View File

@ -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"

View File

@ -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",

View File

@ -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"

View File

@ -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",