Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-slf4j to v9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 092c537 commit 3b2f573
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 @@ -12,7 +12,7 @@ lazy val root = (project in file(".")).
"io.swagger" % "swagger-annotations" % "1.5.9" % "compile",
"io.github.openfeign" % "feign-core" % "9.7.0" % "compile",
"io.github.openfeign" % "feign-jackson" % "9.4.0" % "compile",
"io.github.openfeign" % "feign-slf4j" % "9.4.0" % "compile",
"io.github.openfeign" % "feign-slf4j" % "9.7.0" % "compile",
"io.github.openfeign.form" % "feign-form" % "2.1.0" % "compile",
"com.fasterxml.jackson.core" % "jackson-core" % "2.15.2" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.2" % "compile",
Expand Down

0 comments on commit 3b2f573

Please sign in to comment.