@@ -10,14 +10,14 @@ lazy val root = (project in file(".")).
1010 resolvers += Resolver.mavenLocal,
1111 libraryDependencies ++= Seq(
1212 "io.swagger" % "swagger-annotations" % "1.5.22" % "compile",
13- "io.github.openfeign" % "feign-core" % "{ {#useFeign10} }10.0.1 { {/useFeign10} }{ {^useFeign10} }9.4 .0{ {/useFeign10} }" % "compile",
14- "io.github.openfeign" % "feign-jackson" % "{ {#useFeign10} }10.0.1 { {/useFeign10} }{ {^useFeign10} }9.4 .0{ {/useFeign10} }" % "compile",
15- "io.github.openfeign" % "feign-slf4j" % "{ {#useFeign10} }10.0.1 { {/useFeign10} }{ {^useFeign10} }9.4 .0{ {/useFeign10} }" % "compile",
13+ "io.github.openfeign" % "feign-core" % "{ {#useFeign10} }10.2.3 { {/useFeign10} }{ {^useFeign10} }9.7 .0{ {/useFeign10} }" % "compile",
14+ "io.github.openfeign" % "feign-jackson" % "{ {#useFeign10} }10.2.3 { {/useFeign10} }{ {^useFeign10} }9.7 .0{ {/useFeign10} }" % "compile",
15+ "io.github.openfeign" % "feign-slf4j" % "{ {#useFeign10} }10.2.3 { {/useFeign10} }{ {^useFeign10} }9.7 .0{ {/useFeign10} }" % "compile",
1616 "io.github.openfeign.form" % "feign-form" % "2.1.0" % "compile",
1717 "com.fasterxml.jackson.core" % "jackson-core" % "2.9.9" % "compile",
1818 "com.fasterxml.jackson.core" % "jackson-annotations" % "2.9.9" % "compile",
1919 "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9" % "compile",
20- "com.fasterxml.jackson.datatype" % "jackson-datatype-{ {^java8} }joda{ {/java8} }{ {#java8} }jsr310{ {/java8} }" % "2.8.7 " % "compile",
20+ "com.fasterxml.jackson.datatype" % "jackson-datatype-{ {^java8} }joda{ {/java8} }{ {#java8} }jsr310{ {/java8} }" % "2.9.9 " % "compile",
2121 "com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
2222 "org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1" % "compile",
2323 "com.brsanthu" % "migbase64" % "2.2" % "compile",
0 commit comments