File tree 8 files changed +19
-19
lines changed
modules/openapi-generator/src/main/resources/Java/libraries/feign
8 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ ext {
110
110
jackson_databind_nullable_version = "0.2.6"
111
111
{ {/openApiNullable} }
112
112
jakarta_annotation_version = "1.3.5"
113
- feign_version = "10.12 "
113
+ feign_version = "13.5 "
114
114
feign_form_version = "3.8.0"
115
115
junit_version = "5.7.0"
116
116
scribejava_version = "8.0.0"
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ lazy val root = (project in file(".")).
11
11
libraryDependencies ++= Seq(
12
12
"io.swagger" % "swagger-annotations" % "1.6.11" % "compile",
13
13
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
14
- "io.github.openfeign" % "feign-core" % "10.12 " % "compile",
14
+ "io.github.openfeign" % "feign-core" % "13.5 " % "compile",
15
15
{ {#jackson} }
16
- "io.github.openfeign" % "feign-jackson" % "10.12 " % "compile",
16
+ "io.github.openfeign" % "feign-jackson" % "13.5 " % "compile",
17
17
{ {/jackson} }
18
- "io.github.openfeign" % "feign-slf4j" % "10.12 " % "compile",
18
+ "io.github.openfeign" % "feign-slf4j" % "13.5 " % "compile",
19
19
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
20
- "io.github.openfeign" % "feign-okhttp" % "10.12 " % "compile",
20
+ "io.github.openfeign" % "feign-okhttp" % "13.5 " % "compile",
21
21
{ {#jackson} }
22
22
"com.fasterxml.jackson.core" % "jackson-core" % "2.17.1" % "compile",
23
23
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.17.1" % "compile",
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ ext {
104
104
swagger_annotations_version = " 1.6.11"
105
105
jackson_databind_nullable_version = " 0.2.6"
106
106
jakarta_annotation_version = " 1.3.5"
107
- feign_version = " 10.12 "
107
+ feign_version = " 13.5 "
108
108
feign_form_version = " 3.8.0"
109
109
junit_version = " 5.7.0"
110
110
scribejava_version = " 8.0.0"
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ lazy val root = (project in file(".")).
11
11
libraryDependencies ++= Seq (
12
12
" io.swagger" % " swagger-annotations" % " 1.6.11" % " compile" ,
13
13
" com.google.code.findbugs" % " jsr305" % " 3.0.2" % " compile" ,
14
- " io.github.openfeign" % " feign-core" % " 10.12 " % " compile" ,
15
- " io.github.openfeign" % " feign-slf4j" % " 10.12 " % " compile" ,
14
+ " io.github.openfeign" % " feign-core" % " 13.5 " % " compile" ,
15
+ " io.github.openfeign" % " feign-slf4j" % " 13.5 " % " compile" ,
16
16
" io.github.openfeign.form" % " feign-form" % " 3.8.0" % " compile" ,
17
- " io.github.openfeign" % " feign-okhttp" % " 10.12 " % " compile" ,
17
+ " io.github.openfeign" % " feign-okhttp" % " 13.5 " % " compile" ,
18
18
" com.github.scribejava" % " scribejava-core" % " 8.0.0" % " compile" ,
19
19
" com.brsanthu" % " migbase64" % " 2.2" % " compile" ,
20
20
" jakarta.annotation" % " jakarta.annotation-api" % " 1.3.5" % " compile" ,
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ ext {
105
105
jackson_version = " 2.17.1"
106
106
jackson_databind_version = " 2.17.1"
107
107
jakarta_annotation_version = " 1.3.5"
108
- feign_version = " 10.12 "
108
+ feign_version = " 13.5 "
109
109
feign_form_version = " 3.8.0"
110
110
junit_version = " 5.7.0"
111
111
scribejava_version = " 8.0.0"
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ lazy val root = (project in file(".")).
11
11
libraryDependencies ++= Seq (
12
12
" io.swagger" % " swagger-annotations" % " 1.6.11" % " compile" ,
13
13
" com.google.code.findbugs" % " jsr305" % " 3.0.2" % " compile" ,
14
- " io.github.openfeign" % " feign-core" % " 10.12 " % " compile" ,
15
- " io.github.openfeign" % " feign-jackson" % " 10.12 " % " compile" ,
16
- " io.github.openfeign" % " feign-slf4j" % " 10.12 " % " compile" ,
14
+ " io.github.openfeign" % " feign-core" % " 13.5 " % " compile" ,
15
+ " io.github.openfeign" % " feign-jackson" % " 13.5 " % " compile" ,
16
+ " io.github.openfeign" % " feign-slf4j" % " 13.5 " % " compile" ,
17
17
" io.github.openfeign.form" % " feign-form" % " 3.8.0" % " compile" ,
18
- " io.github.openfeign" % " feign-okhttp" % " 10.12 " % " compile" ,
18
+ " io.github.openfeign" % " feign-okhttp" % " 13.5 " % " compile" ,
19
19
" com.fasterxml.jackson.core" % " jackson-core" % " 2.17.1" % " compile" ,
20
20
" com.fasterxml.jackson.core" % " jackson-annotations" % " 2.17.1" % " compile" ,
21
21
" com.fasterxml.jackson.core" % " jackson-databind" % " 2.17.1" % " compile" ,
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ ext {
106
106
jackson_databind_version = " 2.17.1"
107
107
jackson_databind_nullable_version = " 0.2.6"
108
108
jakarta_annotation_version = " 1.3.5"
109
- feign_version = " 10.12 "
109
+ feign_version = " 13.5 "
110
110
feign_form_version = " 3.8.0"
111
111
junit_version = " 5.7.0"
112
112
scribejava_version = " 8.0.0"
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ lazy val root = (project in file(".")).
11
11
libraryDependencies ++= Seq (
12
12
" io.swagger" % " swagger-annotations" % " 1.6.11" % " compile" ,
13
13
" com.google.code.findbugs" % " jsr305" % " 3.0.2" % " compile" ,
14
- " io.github.openfeign" % " feign-core" % " 10.12 " % " compile" ,
15
- " io.github.openfeign" % " feign-jackson" % " 10.12 " % " compile" ,
16
- " io.github.openfeign" % " feign-slf4j" % " 10.12 " % " compile" ,
14
+ " io.github.openfeign" % " feign-core" % " 13.5 " % " compile" ,
15
+ " io.github.openfeign" % " feign-jackson" % " 13.5 " % " compile" ,
16
+ " io.github.openfeign" % " feign-slf4j" % " 13.5 " % " compile" ,
17
17
" io.github.openfeign.form" % " feign-form" % " 3.8.0" % " compile" ,
18
- " io.github.openfeign" % " feign-okhttp" % " 10.12 " % " compile" ,
18
+ " io.github.openfeign" % " feign-okhttp" % " 13.5 " % " compile" ,
19
19
" com.fasterxml.jackson.core" % " jackson-core" % " 2.17.1" % " compile" ,
20
20
" com.fasterxml.jackson.core" % " jackson-annotations" % " 2.17.1" % " compile" ,
21
21
" com.fasterxml.jackson.core" % " jackson-databind" % " 2.17.1" % " compile" ,
You can’t perform that action at this time.
0 commit comments