Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-core to v13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent a864ee6 commit 3173e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val root = (project in file(".")).
resolvers += Resolver.mavenLocal,
libraryDependencies ++= Seq(
"io.swagger" % "swagger-annotations" % "1.6.14" % "compile",
"io.github.openfeign" % "feign-core" % "13.4" % "compile",
"io.github.openfeign" % "feign-core" % "13.5" % "compile",
"io.github.openfeign" % "feign-jackson" % "13.4" % "compile",
"io.github.openfeign" % "feign-slf4j" % "13.4" % "compile",
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
Expand Down

0 comments on commit 3173e83

Please sign in to comment.