Skip to content

Commit

Permalink
chore(deps): update io.github.openfeign to v13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 7, 2024
1 parent b3c42af commit 767a686
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Expand Up @@ -86,8 +86,8 @@ subprojects {
// HTTP Client
api(group = "io.github.openfeign", name = "feign-slf4j", version = "13.2")
api(group = "io.github.openfeign", name = "feign-okhttp", version = "13.2")
api(group = "io.github.openfeign", name = "feign-jackson", version = "13.2")
api(group = "io.github.openfeign", name = "feign-hystrix", version = "13.2")
api(group = "io.github.openfeign", name = "feign-jackson", version = "13.2.1")
api(group = "io.github.openfeign", name = "feign-hystrix", version = "13.2.1")

// WebSocket
api(group = "com.neovisionaries", name = "nv-websocket-client", version = "2.14")
Expand Down Expand Up @@ -208,8 +208,8 @@ subprojects {
"https://javadoc.io/doc/com.github.philippheuer.credentialmanager/credentialmanager/0.3.0",
"https://javadoc.io/doc/io.github.openfeign/feign-slf4j/13.2",
"https://javadoc.io/doc/io.github.openfeign/feign-okhttp/13.2",
"https://javadoc.io/doc/io.github.openfeign/feign-jackson/13.2",
"https://javadoc.io/doc/io.github.openfeign/feign-hystrix/13.2",
"https://javadoc.io/doc/io.github.openfeign/feign-jackson/13.2.1",
"https://javadoc.io/doc/io.github.openfeign/feign-hystrix/13.2.1",
"https://javadoc.io/doc/org.slf4j/slf4j-api/2.0.12",
"https://javadoc.io/doc/com.neovisionaries/nv-websocket-client/2.14",
"https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/2.16.1",
Expand Down

0 comments on commit 767a686

Please sign in to comment.